I had installed hadoop 2.7.1 on my Ubuntu 14.04.After installing when i ran the jps command it showed the following :
sukalyan@sukalyan-Lenovo-G50-80:~$ jps
7601 NodeManager
7464 ResourceManager
7921 Jps
7292 SecondaryNameNode
7099 DataNode
It can be clearly seen that the namenode is missing ,hence when I run localhost:50070 on my browser ,it shows 'problem loading page'.I went through many solutions but none of them worked unfortunately.What may be wrong and how do I make the namenode to run? Thank You