Datanode process not running in Hadoop

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

    Please control if the the tmp directory property is pointing to a valid directory in core-site.xml

    
      hadoop.tmp.dir
      /home/hduser/data/tmp
    
    

    If the directory is misconfigured, the datanode process will not start properly.

提交回复
热议问题