You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by zfz <zf...@zju.edu.cn> on 2011/12/21 09:49:49 UTC

HTTP-404

After rebooting the Hadoop System, I can't access the web UI of Hadoop.
the Error is:
HTTP ERROR: 404
/jobtracker.jsp
RequestURI=/jobtracker.jsp
Powered by Jetty://
and 
HTTP ERROR: 404
/dfshealth.jsp
RequestURI=/dfshealth.jsp
Powered by Jetty://
I have checked the port 50030 and 50070,and confirmed that jobtracker process and all nodes are working well.
I also can get the running information using commands like: bin/hadoop dfsadmin -report
So, I don't know why this error happens.
Thanks.