Namenode not getting started

前端 未结 21 2133
暗喜
暗喜 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 20:05

    If you facing this issue after rebooting the system, Then below steps will work fine

    For workaround.

    1) format the namenode: bin/hadoop namenode -format

    2) start all processes again:bin/start-all.sh

    For Perm fix: -

    1) go to /conf/core-site.xml change fs.default.name to your custom one.

    2) format the namenode: bin/hadoop namenode -format

    3) start all processes again:bin/start-all.sh

提交回复
热议问题