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
The error is saying the bind address you've provided in the XML files is not valid.
Start with
0.0.0.0, rather than123.56.x.yIf you need to restrict external access to the service, then use OS firewall settings, rather than Hadoop configs