qq_慕哥0479702
重启机器就好了
weidong_伟东
核心日志在这
File /README.txt._COPYING_ could only be written to 0 of the 1 minReplication nodes. There are 0 datanode(s) running and 0 node(s) are excluded in this operatio
意思是说从节点没有启动成功,现在没有正常的datanode
weidong_伟东
禁用selinux:
编辑 /etc/selinux/config文件,设置“SELINUX=disabled”
EarlyDoctor
是一样的,
hadoop fs这种用法是在hadoop1.x的时候提供的
在hadoop2.x的时候提供了新的用法,hdfs dfs,同时也兼容了hadoop1.x中的写法,所以两个效果是一样的。
慕数据7024307
failed on connection exception: java.net.ConnectException: 是连接拒绝的意思,表示这台机器上的hadoop服务没有启动,或者是启动失败了,你可以jps查看一下,进程是否都在,如果不在的话需要查看日志排查一下为什么启动失败了