Hadoop Distributed File System (HDFS) Overview
HDFS is not so good for... • Low-latency reads – High-throughput rather than low latency for small chunks of data – HBase addresses this issue • Large amount of small files – Better for millions of large files instead of billions of small files • For exam...