The component strictly responsible for managing the mapping of data blocks to their specific locations on DataNodes is the NameNode. HDFS, or the Hadoop Distributed File System, breaks large files into smaller, fixed-size chunks called data blocks, which are typically 128 MB each. When a file is stored, the NameNode acts as the master server that keeps track of the metadata, which is the info....
Log in to view the answer