Q2Big Data Analytics
Question
2 marks
What is HDFS?
Answer
HDFS is the Hadoop Distributed File System designed to store very large files across machines in a large cluster.
It provides high-throughput access to application data and is highly fault-tolerant. HDFS stores data in large blocks (typically 128MB) and replicates them across multiple nodes to ensure data reliability.