1. Vector in Hadoop Concepts : Apache Hadoop Overview : HDFS and Data Locality
 
Share this page                  
HDFS and Data Locality
Hadoop's storage component is the Hadoop Distributed File System.
To process data, Hadoop works on local data as much as possible, a concept known as data locality. Nodes in the cluster process the data they have access to.