RTUComputer ScienceYr 2022 · Sem 82022

Q4Big Data Analytics

Question

2 marks

What is a NameNode?

Answer

The NameNode is the master node in HDFS that manages the file system namespace and controls access to files by clients.

It maintains the directory tree of all files in the file system and tracks where across the cluster the file data is kept. It does not store the actual data; that is the job of the DataNodes.

Back to Paper