zoukankan      html  css  js  c++  java
  • INFO ipc.Client:Retrying connect to server 9000

    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

  • 相关阅读:
    vue在new的时候做了什么???
    vue中关于this的指向
    jquery 的本地存储 localStorage
    解读vue实例的双向绑定源码
    node修改数据遇到的坑
    node.js邮箱验证码
    webpack基础配置
    获取时间差。
    js获取时间方法
    node的buffer转换为字符串
  • 原文地址:https://www.cnblogs.com/zl0372/p/hadoop_datanode.html
Copyright © 2011-2022 走看看