0
点赞
收藏
分享

微信扫一扫

hadoop YARN详解

q松_松q 2024-01-18 阅读 12
ubuntulinux


1. open

sudo gedit /etc/default/grub

2. Find

#GRUB_GFXMODE=640x480

3. Replace the above line by the following line

GRUB_GFXMODE=1920x1080 

4. update command

sudo update-grub

5. restart your system

sudo reboot
举报

相关推荐

0 条评论