Datanode process not running in Hadoop

前端 未结 30 2357
慢半拍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条回答
  •  猫巷女王i
    2020-12-04 09:15

    Stop all the services - ./stop-all.sh Format all the hdfs tmp directory from all the master and slave. Don't forget to format from slave.

    Format the namenode.(hadoop namenode -format)

    Now start the services on namenode. ./bin/start-all.sh

    This made a difference for me to start the datanode service.

提交回复
热议问题