zoukankan      html  css  js  c++  java
  • hdfs启动后进入safe mode,Problem connecting to server

    原创文章:http://blog.csdn.net/renfengjun/article/details/25320043

    DN中日志如下:

    2017-06-17 06:35:59,242 WARN org.apache.hadoop.hdfs.server.datanode.DataNode: Problem connecting to server: node1/192.168.1.128:9000
    2017-06-17 06:36:05,246 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: node1/192.168.1.128:9000. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
    2017-06-17 06:36:06,250 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: node1/192.168.1.128:9000. Already tried 1 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
    2017-06-17 06:36:07,253 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: node1/192.168.1.128:9000. Already tried 2 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)

    赖自己刚把/etc/hosts改成

    127.0.0.1   localhost node1 localhost4 localhost4.localdomain4

    192.168.1.128 node1

    原来是

    127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4

    192.168.1.128 node1

  • 相关阅读:
    Unix系统中system函数的返回值
    vim 插件 for gbasic
    arch初认识
    TI IPNC Web网页之进阶修改
    Ti IPNC Web网页之ActiveX控件
    TI IPNC Web网页之网页修改教程
    OI,再见
    [OI]省选前模板整理
    OI刷题录——hahalidaxin
    51nod 小Z的trie(Trie+广义SAM)
  • 原文地址:https://www.cnblogs.com/sorco/p/7041450.html
Copyright © 2011-2022 走看看