Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "PseudoDistributedHadoop" page has been changed by SteveLoughran:
http://wiki.apache.org/hadoop/PseudoDistributedHadoop
Comment:
create a page linking to all the default values of PDH
New page:
Pseudo Distributed Hadoop is where Hadoop runs as set of independent JVMs, but only on a single
host, listening only on the "localhost" ports.
If you are running in this mode (and don't have a proxy server fielding HTML requests), and
have not changed the default port values, then both the NameNode and Job Tracker can be reached
from this page
== Ports in Use =
* NameNode: [[http://localhost:50070/dfshealth.jsp]]
* HDFS filesystem browser [[http://localhost:50075/browseDirectory.jsp?namenodeInfoPort=50070&dir=/]]
* Server logs [[http://localhost:50070/logs/]]
* JobTracker: [[http://localhost:50030/jobtracker.jsp]]
|