I am trying to connect to Job Tracker on http://localhost:50070/.
But I am not able to connect. Output for Jps command:
1472 Jps
4059 SecondaryNameNode
5233 ResourceManager
8377 DataNode
4495 NameNode
2262 NodeManager
My mapred-site.xml
<configuration>
    <property>
        <name>mapred.job.tracker</name>
        <value>localhost:9001</value>
    </property>
</configuration>