Learn
Apache Hadoop
Main components of Hadoop include NameNode, DataNode, SecondaryNode, JobTracker, TaskTracker and HDFS. Hadoop can be run in 3 different modes:
- Standalone
- Pseudo-distributed
- Fully distributed
The following session explains in detail about:
- Different modes of Hadoop
- Hadoop Commands and Web URLs
- Sample Cluster Configuration
- Hadoop Configuration Files
- Document Descriptor for each component
- Sample MapReduce program