Namenode not getting started

前端 未结 21 2115
暗喜
暗喜 2020-11-28 19:32

I was using Hadoop in a pseudo-distributed mode and everything was working fine. But then I had to restart my computer because of some reason. And now when I am trying to st

21条回答
  •  隐瞒了意图╮
    2020-11-28 19:49

    Open a new terminal and start the namenode using path-to-your-hadoop-install/bin/hadoop namenode

    The check using jps and namenode should be running

提交回复
热议问题