A client wants to read a file from HDFS. How does the data get from the DataNodes to the client?

A.
The NameNode reads the blocks from the DataNodes, and caches them. Then, the application
reads the blocks from the NameNode.
B.
The application reads the blocks directly from the DataNodes.
C.
The blocks are sent to a single DataNode, then the application reads the blocks from that Data
Node.
Explanation:
http://kazman.shidler.hawaii.edu/ArchDocOverview.html
I choose B
0
0