Question
What is an HDFS block?
Select an option. Your answer will be checked instantly.
Correct Answer: A. A fixed-size chunk into which a file is divided
Explanation:
Files are split into blocks that can be stored on different DataNodes.
The final block may be smaller than the configured block size.
Leave a Reply