http localhost 50070 not working in HADOOP

+1 vote

I have already installed Hadoop on my machine running Ubuntu 13.05 but while I am browsing the address "localhost:50070", I am getting an error that the page does not exist.

Can anyone tell me what should I do to resolve this?

Thanks in advance!

Apr 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
38,563 views

1 answer to this question.

+4 votes

There are 2 case possible:

1. If you are running Hadoop version 3.0.0 then let me tell you that there was a change of configuration and http://localhost:50070 was moved to http://localhost:9870

2. If you are running Hadoop version 2.X, then what you can do is just stop all the daemon services, format the name node and again restart the services.

Following are the steps:

Step 1 : bin/stop-all.sh

Step 2 : bin/hadoop namenode -format

Step 3 : bin/start-all.sh

Hope, this will resolve your issue.

answered Apr 16, 2018 by nitinrawat895
• 11,380 points
Thanks a lot 9870 was the problem :)
Thanks, issue with port number solved.
I am also facing same issue while browsing localhost:50070 .It says 'localhost refused to connect'.

I have installed hadoop version 3.2.1.

Can you please help me out?
And also how this no 50070 is decided?

In hadoop 3.x there is a change of configuration and http://localhost:50070 was moved to http://localhost:9870.

Port no is not decided by us. 50070 is the default NameNode web UI port (Although, in hadoop 3.0 onwards 50070 is updated to 9870).

thanx for information..

Related Questions In Big Data Hadoop

0 votes
1 answer

Not able to start Job History Server in Hadoop 2.8.1

You have to start JobHistoryServer process specifically ...READ MORE

answered Mar 30, 2018 in Big Data Hadoop by Ashish
• 2,650 points
2,315 views
0 votes
1 answer

Hadoop demo Code not working

You can use this command: "hadoop fs ...READ MORE

answered Apr 21, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
606 views
+2 votes
4 answers

Datanode process not running in Hadoop

Run the following commands: Stop-all.sh start-dfs.sh start-yarn.sh mr-jobhistory-daemon.sh ...READ MORE

answered Oct 25, 2018 in Big Data Hadoop by Anand
17,211 views
0 votes
1 answer

Hadoop: localhost: Error: JAVA_HOME is not set.

Seems like PATH problem in hadoop-env.sh file. Try ...READ MORE

answered Nov 6, 2018 in Big Data Hadoop by Omkar
• 69,210 points
4,692 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,260 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,555 views
0 votes
1 answer

How to get started with Hadoop?

Well, hadoop is actually a framework that ...READ MORE

answered Mar 21, 2018 in Big Data Hadoop by coldcode
• 2,080 points
899 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
104,198 views
0 votes
1 answer

How can I download only hdfs and not hadoop?

No, you cannot download HDFS alone because ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
1,091 views
0 votes
7 answers

How to run a jar file in hadoop?

I used this command to run my ...READ MORE

answered Dec 10, 2018 in Big Data Hadoop by Dasinto
25,530 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP