Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

http://localhost:50070 does not work HADOOP

Tags:

hadoop

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.

like image 693
deltascience Avatar asked Oct 28 '13 17:10

deltascience


People also ask

What is the port number for Namenode?

8020 and 9000 are IPC ports for namenode. The default port for namenode UI is 50070.


1 Answers

Since Hadoop 3.0.0 - Alpha 1 there was a Change in the port configuration:

http://localhost:50070

was moved to

http://localhost:9870

see https://issues.apache.org/jira/browse/HDFS-9427

like image 127
Benvorth Avatar answered Sep 18 '22 16:09

Benvorth