Read and Write Operation
Read and Write Operation
Introduction to HDFS
• HDFS is the distributed file system
in Hadoop for storing huge volumes
and variety of data. HDFS follows the
master-slave architecture where the
NameNode is the master node, and
DataNodes are the slave nodes. The
files in HDFS are broken into data
blocks. The NameNode stores the
metadata about the blocks, and
DataNodes stores the data blocks.