http://localhost:50070 does not work HADOOP

前端 未结 12 1358
庸人自扰
庸人自扰 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条回答
  •  既然无缘
    2020-12-12 15:33

    if you are running and old version of Hadoop (hadoop 1.2) you got an error because http://localhost:50070/dfshealth.html does'nt exit. Check http://localhost:50070/dfshealth.jsp which works !

提交回复
热议问题