Important HDFS Components
The communication and management between a NameNode and DataNode is the most critical component within the HDFS architecture. This aspect is implemented as a protocol of handshakes and system IDs. A namespace ID is assigned to the file system on the NameNode. This ID is stored on all the nodes across the cluster. Similarly, the DataNodes are assigned unique storage ID on the creation and…
View On WordPress














