http://localhost:50070 does not work HADOOP

前端 未结 12 1351
庸人自扰
庸人自扰 2020-12-12 14:54

I already installed Hadoop on my machine \"Ubuntu 13.05\" and now I have an error when browsing localhost:50070 the browser says that the page does not exist.

12条回答
  •  -上瘾入骨i
    2020-12-12 15:57

    Try

    namenode -format
    start-all.sh
    stop-all.sh
    jps
    

    see namenode and datanode are running and browse

    localhost:50070
    

    If localhost:50070 is still not working, then you need to allows ports. So, check

    netstat -anp | grep 50070
    

提交回复
热议问题