关于安装Hadoop的Linux系统配置

时间:2021-01-25 19:21:31

1.用SSH远程操控,hostname可以看root用户名,hostname +主机名,可以修改主机名,

vi /etc/sysconfig/network可以修改配置文件,把主机名改掉。。

2.reboot -h now 重启虚拟机

关于安装Hadoop的Linux系统配置

3.关闭防火墙的自启动:chkconfig --list 可以看到各种开机自启动的设置,chkconfig --list | grep iptables 可以看到ip防火墙的启动设置。

用命令行 chkconfig iptables off关闭防火墙,验证:chkconfig --list| grep iptables 查看。

4.SSH(secure shell)的免密码登陆:

执行ssh-keygen -t rsa命令产生秘钥,  产生的秘钥位于~/.ssh(不明白)