HDFS Block Allocation
HDFS exposes a file system namespace and allows user data to be stored within the HDFS files. The namespace is represented by inodes, which represent files and records attributes like permission,changes and access time and disk space qouta. An HDFS files consists of number of blocks and the replicas of the blocks are stored on different DataNodes.
View On WordPress















