0 votes
in HDFS by

What is Hdfs block size and how is it different from Traditional File System block size?

1 Answer

0 votes
by
In HDFS data is split into blocks and distributed across multiple nodes in the cluster. Each block is typically 64Mb or 128Mb in size. Each block is replicated multiple times. Default is to replicate each block three times. Replicas are stored on different nodes. HDFS utilizes the local file system to store each HDFS block as a separate file. HDFS Block size can not be compared with the traditional file system block size.

Related questions

0 votes
asked Dec 21, 2022 in HDFS by Robin
0 votes
asked Jun 22, 2023 in HDFS by rajeshsharma
...