PrepAway - Latest Free Exam Questions & Answers

Which describes the file read process when a client application connects into the cluster and requests a 50MB

Your cluster has the following characteristics:
A rack aware topology is configured and on
Replication is not set to 3
Cluster block size is set to 64 MB
Which describes the file read process when a client application connects into the cluster and
requests a 50MB file?

PrepAway - Latest Free Exam Questions & Answers

A.
The client queries the NameNode which retrieves the block from the nearest DataNode to the
client and then passes that block back to the client.

B.
The client queries the NameNode for the locations of the block, and reads from a random
location in the list it retrieves to eliminate network I/O leads by balancing which nodes it retrieves
data from at any given time.

C.
The client queries the NameNode for the locations of the block, and reads all three copies. The
first copy to complete transfer to the client is the one the client reads as part of Hadoop’s
speculative execution framework.

D.
The client queries the NameNode for the locations of the block, and reads from the first location
in the list it receives.

5 Comments on “Which describes the file read process when a client application connects into the cluster and requests a 50MB

  1. Gaurav says:

    Namenode only provides block location to client, rest i/o operations on file are carried out by data nodes.
    Correct answer is D




    0



    0

Leave a Reply

Your email address will not be published. Required fields are marked *