I am beginner to learn hadoop,i use latest version ubuntu,I have an error when browsing localhost:9870 the browser says that the page does not exist
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. Hope, this will resolve your issue.
8020 and 9000 are IPC ports for namenode. The default port for namenode UI is 50070.
First, you need to check you Hadoop daemons are running by entering the command: jps. Here my namenode is also configured as datanode.
Second, check Namenode Java Process is running with 9870 port or not by entering the command.
netstat -an | grep 9870
Third, check dfs.namenode.http-address property in hdfs-site.xml
Finally, make sure you have disabled firewall
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With