When a file is stored in HDFS, Hadoop breaks the file into BLOCKS before storing them. What this means is, when you store a file […]
Category: HDFS Tutorial
This contains blogs on HDFS Tutorial. Easily understand HDFS related topics here.
HDFS Replication Factor
HDFS stores a file as a sequence of blocks , where every block is of same size [with exception of last block]. Replication factor dictates […]