Datanode process not running in Hadoop

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

    I was having the same problem running a single-node pseudo-distributed instance. Couldn't figure out how to solve it, but a quick workaround is to manually start a DataNode with
    hadoop-x.x.x/bin/hadoop datanode

提交回复
热议问题