There are 0 datanode(s) running and no node(s) are excluded in this operation

后端 未结 14 1866
清歌不尽
清歌不尽 2020-11-27 14:54

I have set up a multi node Hadoop Cluster. The NameNode and Secondary namenode runs on the same machine and the cluster has only one Datanode. All the nodes are configured o

14条回答
  •  旧巷少年郎
    2020-11-27 15:25

    On my situation, firewalld service was running. It was on default configuration. And it don't allow the communication between nodes. My hadoop cluster was a test cluster. Because of this, I stopped the service. If your servers are in production, you should allow hadoop ports on firewalld, instead of

    service firewalld stop
    chkconfig firewalld off
    

提交回复
热议问题