zoukankan      html  css  js  c++  java
  • hadoop cdh 的那些坑 第二弹

    卧槽 。。。。一直连不上datanode 不知道为什么数据节点一直连接不上。。

    2019-07-19 16:10:00,156 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: hadoop102/192.168.10.102:8485. Already tried 9 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
    2019-07-19 16:10:00,196 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: hadoop103/192.168.10.103:8485. Already tried 9 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
    2019-07-19 16:10:00,201 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: hadoop104/192.168.10.104:8485. Already tried 9 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
    2019-07-19 16:10:00,265 WARN org.apache.hadoop.hdfs.server.namenode.FSEditLog: Unable to determine input streams from QJM to [192.168.10.102:8485, 192.168.10.103:8485, 192.168.10.104:8485]. Skipping.
    org.apache.hadoop.hdfs.qjournal.client.QuorumException: Got too many exceptions to achieve quorum size 2/3. 3 exceptions thrown:
    192.168.10.102:8485: Call From hadoop102/192.168.10.102 to hadoop102:8485 failed on connection exception: java.net.ConnectException: 拒绝连接; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
    192.168.10.104:8485: Call From hadoop102/192.168.10.102 to hadoop104:8485 failed on connection exception: java.net.ConnectException: 拒绝连接; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
    192.168.10.103:8485: Call From hadoop102/192.168.10.102 to hadoop103:8485 failed on connection exception: java.net.ConnectException: 拒绝连接; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused

    查了半天是啥元婴????你们估计想都想不到。。。

    ssh 无秘登陆地址配置错了,今天决定奉献100块钱给山区困难儿童,依此惩罚自己一下,希望以后不要再这么粗心

  • 相关阅读:
    use paramiko to connect remote server and execute command
    protect golang source code
    adjust jedi vim to python2 and python3
    install vim plugin local file offline
    add swap file if you only have 1G RAM
    datatables hyperlink in td
    django rest framework custom json format
    【JAVA基础】网络编程
    【JAVA基础】多线程
    【JAVA基础】String类的概述和使用
  • 原文地址:https://www.cnblogs.com/rey888/p/11224535.html
Copyright © 2011-2022 走看看