Datanode process not running in Hadoop

前端 未结 30 2297
慢半拍i
慢半拍i 2020-12-04 09:02

I set up and configured a multi-node Hadoop cluster using this tutorial.

When I type in the start-all.sh command, it shows all the processes initializing properly as

30条回答
  •  执笔经年
    2020-12-04 09:19

    Delete the files under $hadoop_User/dfsdata and $hadoop_User/tmpdata then run:

    hdfs namenode -format
    

    finally run:

    start-all.sh
    

    Then your problem gets solved.

提交回复
热议问题