What is the primary purpose of Hadoop Distributed File System (HDFS) in Big…
2025
What is the primary purpose of Hadoop Distributed File System (HDFS) in Big Data storage?
- A.
To compress files
- B.
To store in-memory data
- C.
To store relational data
- D.
To store large files across multiple machines
Show answer & explanation
Correct answer: D
The primary purpose of the Hadoop Distributed File System (HDFS) is to store large files across multiple machines in a distributed cluster environment. It enables high-throughput access to application data and ensures fault tolerance by replicating data blocks across the cluster.