1. Vector in Hadoop Concepts : Apache Hadoop Overview : NameNodes and DataNodes
 
Share this page                  
NameNodes and DataNodes
A Hadoop cluster consists of a NameNode and DataNodes.
The NameNode keeps the directory of all files in the file system and tracks where across the cluster the file data is stored.
DataNodes store the data files.