akshay parkar
akshay parkar

Reputation: 133

hadoop web UI at http://localhost:50070/ doesnt work

command jps shows following details

Obviously namenode and datanode are missing

web UI at http://localhost:50070/ doesnt work

but http://localhost:8088/cluster works fine

I am following instructions from https://www.tutorialspoint.com/hadoop/hadoop_enviornment_setup.htm

Upvotes: 2

Views: 1306

Answers (2)

Hirak Dey
Hirak Dey

Reputation: 23

as i know Hadoop 3.x.y it has been changed to

for namenode http://localhost:9870

with other xml setting, please see : https://tecadmin.net/how-to-install-apache-hadoop-on-ubuntu-22-04/

Upvotes: 1

Hadoop-Guy
Hadoop-Guy

Reputation: 126

Your Namenode and Datanode is not running. Look at jps(Namenode and Datanode)has to be listed. Otherwise, you won't see it in http://localhost:50070 assuming you configured single node Cluster.

Please check the Namenode and Datanode logs.

Upvotes: 2

Related Questions