您的位置:首页 > 其它

INFO ipc.Client:Retrying connect to server 9000

2013-10-09 16:08 190 查看
hadoop使用bin/start_all.sh命令之后,使用jps发现datanode无法启动

This problem comes when Datanode daemon on the system does not start.check the started daemons using "jps" command.

If it in not started,start Datanode daemon manually by using the command:
bin/hadoop-daemon.sh start datanode.

但是启动datanode之后,使用 hadoop dfsadmin -report 命令验证hadoop是否启动成功的时候,仍然显示如下错误信息:

INFO ipc.Client: Retrying connect to server: hadoop_master/192.168.3.34:9000. Already tried 0 time(s).

INFO ipc.Client: Retrying connect to server: hadoop_master/192.168.3.34:9000. Already tried 1 time(s).

。。。。。。。。

INFO ipc.Client: Retrying connect to server: hadoop_master/192.168.3.34:9000. Already tried 8 time(s).

Delete your log file and the file which your entered in "dfs.data.dir" property file in hdfs.site.xml .Format the system and start all your daemons again.This might solve your problem.

此问题属于 dataNode连不上nameNode
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐