Hadoop UI shows only one Datanode

前端 未结 7 479
刺人心
刺人心 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:38

    Your admin report looks absolutely fine. Please run the below to check the HDFS disk space details.

    "hdfs dfs -df /"

    If you still see the size being good, its just a UI glitch.

提交回复
热议问题