Datanode process not running in Hadoop

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

    In case of Mac os(Pseudo-distributed mode):

    Open terminal

    1. Stop dfs. 'sbin/stop-all.sh'.
    2. cd /tmp
    3. rm -rf hadoop*
    4. Navigate to hadoop directory. Format the hdfs. bin/hdfs namenode -format
    5. sbin/start-dfs.sh

提交回复
热议问题