zoukankan      html  css  js  c++  java
  • java.net.ConnectException: Call From s150/192.168.109.150 to s153:8020 failed on connection

    java.net.ConnectException: Call From s150/192.168.109.150 to s153:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
            at org.apache.hadoop.net.NetUtils.wrapWithMessage(NetUtils.java:792)
            at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:732)
            at org.apache.hadoop.ipc.Client.call(Client.java:1480)
            at org.apache.hadoop.ipc.Client.call(Client.java:1413)
            at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:229)
    

    查看s150的jps进程,发现缺少了nodemanger进程 而s150的名称节点和数据节点都有

    检查s153的名称节点是否启动,查看日志,发现在Hadoop_tmp目录下缺少dfs文件夹,需要从其他节点拷贝一份到该节点下面进行备份

    欢迎关注我的公众号:小秋的博客 CSDN博客:https://blog.csdn.net/xiaoqiu_cr github:https://github.com/crr121 联系邮箱:rongchen633@gmail.com 有什么问题可以给我留言噢~
  • 相关阅读:
    Wx-小程序-使用canvas截图保存
    Wx-小程序-图片预览、保存
    CSS-文本溢出省略号表示
    Wx-小程序-长按复制文本
    Vue-组件通信
    JS-禁用浏览器前进后退
    JS-内置对象和方法
    JS-冒泡排序
    JS-常用方法合集
    Wx-小程序-组件式开发之Vant
  • 原文地址:https://www.cnblogs.com/flyingcr/p/10326872.html
Copyright © 2011-2022 走看看