Hadoop UI shows only one Datanode

前端 未结 7 495
刺人心
刺人心 2021-01-19 17:13

I\'ve started hadoop cluster composed of on master and 4 slave nodes.

Configuration seems ok:

hduser@ubuntu-amd64:/usr/local/hadoop$ ./bin/hdfs dfsadmin -rep

7条回答
  •  爱一瞬间的悲伤
    2021-01-19 17:42

    The following tips may help you

    1. Check the core-site.xml and ensure that the namenode hostname is correct
    2. Check the firewall rules in namenode and datanodes and ensure that the required ports are open
    3. Check the logs of datanodes
    4. Ensure that all the datanodes are up and running

提交回复
热议问题