What happen on the namenode when a client tries to read a data file? | Hadoop admin questions

The namenode will look up the information about file in the edit file and then retrieve the remaining information from filesystem memory snapshot
Since the namenode needs to support a large number of the clients, the primary namenode will only send information back for the data location. The datanode itselt is responsible for the retrieval.

No comments:

Post a Comment