Datanode process not running in Hadoop

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

        mv /usr/local/hadoop_store/hdfs/datanode /usr/local/hadoop_store/hdfs/datanode.backup
    
        mkdir /usr/local/hadoop_store/hdfs/datanode
    
        hadoop datanode OR start-all.sh
    
        jps
    

提交回复
热议问题