- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
http://localhost:50070/ not working
- Labels:
-
Apache Hadoop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
where i need to check error and solve to launch the browser foe above ink
Created ‎08-28-2019 06:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you sure that the NameNode is running on "localhost" (where you are opening the mentioned URL in the browser) ?
1. Can you specify the namenode IP Address/ Hostname in the URL instead of "localhost" ?
2. Can you also check if the NameNode is listening on port 50070 ? (is that port opened and firewall is disabled) on NameNode host?
# netstat -tnlpa | grep 50070
# service iptables stop
3. Please check if you are able to telnet NamerNode host=name & port from the machine where you are running the Browser?
# telnet $NAMENODE_HOST 50070
(OR)
# mc -v $NAMENODE_HOST 50070
4. Check and share the NameNode log. Usually it can be found inside the "
/var/log/hadoop/hdfs/hadoop-hdfs-namenode-xxxxxxxxxxxxxxxxxx.log
"
Created ‎08-28-2019 06:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you sure that the NameNode is running on "localhost" (where you are opening the mentioned URL in the browser) ?
1. Can you specify the namenode IP Address/ Hostname in the URL instead of "localhost" ?
2. Can you also check if the NameNode is listening on port 50070 ? (is that port opened and firewall is disabled) on NameNode host?
# netstat -tnlpa | grep 50070
# service iptables stop
3. Please check if you are able to telnet NamerNode host=name & port from the machine where you are running the Browser?
# telnet $NAMENODE_HOST 50070
(OR)
# mc -v $NAMENODE_HOST 50070
4. Check and share the NameNode log. Usually it can be found inside the "
/var/log/hadoop/hdfs/hadoop-hdfs-namenode-xxxxxxxxxxxxxxxxxx.log
"
