July 2017
Intermediate to advanced
796 pages
18h 55m
English
HDFS is a software-based filesystem implemented in Java and sits on top of the native file system. The main concept behind HDFS is that it divides a file into blocks (typically 128 MB) instead of dealing with a file as a whole. This allowed many features such as distribution, replication, failure recovery, and more importantly distributed processing of the blocks using multiple machines.
HDFS provides a distributed storage system with fault tolerance and failure recovery. HDFS has ...
Read now
Unlock full access