Question
What is an HDFS client responsible for during a file read?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Obtaining block locations from the NameNode and reading data directly from DataNodes
Explanation:
The NameNode supplies metadata rather than streaming user data.
The client contacts suitable DataNodes for each block.
Leave a Reply