Datanode process not running in Hadoop

前端 未结 30 2390
慢半拍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:24

    Follow these steps and your datanode will start again.

    1)Stop dfs. 2)Open hdfs-site.xml 3)Remove the data.dir and name.dir properties from hdfs-site.xml and -format namenode again.

    4)Then start dfs again.

提交回复
热议问题