Created on 11-15-2018 11:25 AM - edited 09-16-2022 06:54 AM
How Name node determines which data node to write on in HDFS ?
Created 11-15-2018 11:42 AM
Namenode contains Metadata i.e. number of blocks, replicas, their location, and other details. This meta-data is available in memory in the master for faster retrieval of data. NameNode maintains and manages the Datanodes, and assigns tasks to them.