0 votes
in Big Data | Hadoop by
What data is stored in a HDFS NameNode?

1 Answer

0 votes
by

NameNode is the central node of an HDFS system. It does not store any actual data on which MapReduce operations have to be done. But it has all the metadata about the data stored in HDFS DataNodes.

NameNode has the directory tree of all the files in HDFS filesystem. Using this meta data it manages all the data stored in different DataNodes.

Related questions

0 votes
asked Jan 26, 2020 in Big Data | Hadoop by rajeshsharma
0 votes
asked Feb 23, 2020 in Big Data | Hadoop by rahuljain1
...