hadoop web UI at http://localhost:50070/ doesnt work

泪湿孤枕 提交于 2019-12-12 21:50:38

问题


command jps shows following details

  • 5144 SecondaryNameNode
  • 5464 NodeManager
  • 5307 ResourceManager
  • 5800 Jps

Obviously namenode and datanode are missing

web UI at http://localhost:50070/ doesnt work

but http://localhost:8088/cluster works fine

I am following instructions from https://www.tutorialspoint.com/hadoop/hadoop_enviornment_setup.htm


回答1:


Your Namenode and Datanode is not running. Look at jps(Namenode and Datanode)has to be listed. Otherwise, you won't see it in http://localhost:50070 assuming you configured single node Cluster.

Please check the Namenode and Datanode logs.



来源:https://stackoverflow.com/questions/53280876/hadoop-web-ui-at-http-localhost50070-doesnt-work

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!