Google News
logo
Hadoop - Quiz(MCQ)
A ________ serves as the master and there is only one NameNode per cluster.
A)
Replication
B)
NameNode
C)
Data Node
D)
Data block

Correct Answer :   NameNode


Explanation : All the metadata related to HDFS including the information about data nodes, files stored on HDFS, and Replication, etc. are stored and maintained on the NameNode.

Advertisement