赞
踩
是否关闭linux系统的防火墙
复制代码
[root@master ~]# systemctl status firewalld
//永久关闭防火墙
[root@master ~]# systemctl stop firewalld //临时关闭防火墙
[root@master ~]# systemctl disable firewalld //永久关闭防火墙
[root@master ~]# systemctl status firewalld //查看防火墙状态
查看你windows里本地的配置文件的IP和主机名映射关系
window10
C:\Windows\System32\drivers\etc\hosts
必须在hadoop-env.sh文件中设置Java的绝对路径
查看你的$HADOOP_HOME/etc/hadoop下的core-site.xml和hdfs-site.xml是否配置好
[root@master hadoop]# vi /etc/selinux/config
改为
SELINUX=disabled
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。