1.

What is NameNode in HDFS?

Answer»

NameNode is the MASTER node in the HADOOP HDFS Architecture. It is used to store all the data of HDFS and also keep track of various files in all clusters. The NameNodes don’t store the actual data but only the metadata of HDFS. The actual data GETS stored in the DataNodes.



Discussion

No Comment Found