What is HDFS?
- A A distributed file system that splits files into blocks replicated across cluster nodes
- B A relational database
- C A query language
- D A messaging system
Answer
A distributed file system that splits files into blocks replicated across cluster nodes
Default replication of three provides fault tolerance, and block placement is what allows computation to be moved to the data.





