Hadoop UI shows only one Datanode

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

    I came across the same problem, fortunately, I solved it. I guess it causes by the 'localhost'.

    1. Config different name for these IP in /etc/host
    2. Remember to restart all the machines, things will go well.

提交回复
热议问题