What is a namenode? How many instances of namenode run on a hadoop cluster?



What is a namenode? How many instances of namenode run on a hadoop cluster?..

Answer / Ankit Sachan

A NameNode is the central component of Hadoop Distributed File System (HDFS). It manages the file system namespace, regulates access to files, and maintains the metadata such as permissions and replication information. In a single-cluster scenario, there should only be one active NameNode per cluster.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hadoop Interview Questions

What is the difference between HDFS and NAS ?

1 Answers  


Name the various types of lists supported by bootstrap.

1 Answers  


On what basis name node distribute blocks across the data nodes?

1 Answers  


What is the best hardware configuration to run Hadoop?

1 Answers  


What are the limitations of importing RDBMS tables into Hcatalog directly?

1 Answers  


Explain the features of fully distributed mode?

1 Answers  


Can hbase run without hadoop?

1 Answers  


How many JVMs run on a slave node?

1 Answers  


What is the function of ApplicationMaster?

1 Answers  


What are the main components of a Hadoop Application?

1 Answers  


How to enable recycle bin in hadoop?

1 Answers  


What are different types of filesystem?

1 Answers  


Categories