Datanode process not running in Hadoop

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

    Try this

    1. stop-all.sh
    2. vi hdfs-site.xml
    3. change the value given for property dfs.data.dir
    4. format namenode
    5. start-all.sh

提交回复
热议问题