Namenode can't running

23 views Asked by At

I built a single hadoop,when I tried ./start-dfs.sh enter image description here namenode didn't work

logs↓ enter image description here

I have tried to delete tmp and initialize nanenode format hdfs namenode -format, but it also didn't work

50070 the port for namenode is free when i check enter image description here

1

There are 1 answers

1
OneCricketeer On

The error is saying the bind address you've provided in the XML files is not valid.

Start with 0.0.0.0, rather than 123.56.x.y

If you need to restrict external access to the service, then use OS firewall settings, rather than Hadoop configs