What does Name-Node mean in Hadoop?

devquora
devquora

Posted On: Feb 22, 2018

 

The Name-Node is the center part of an HDFS document framework. It keeps the directory tree of all records in the file system and tracks where over the cluster the document information is kept. It doesn’t store the information of these records itself. The Name-Node is a Single mode of Failure for the HDFS Cluster. HDFS isn’t as of now a High Availability structure. At the point when the Name-Node goes down, the document structure goes disconnected. There is another optional Secondary NameNode that can be facilitated on a different machine. It just makes checkpoints of the namespace by merging the edits document into the fsimage document and does not give any genuine repetition.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Hadoop Interview Questions

    What does HDFS mean?

    The HDFS is one of the storage systems of the Hadoop structure. It is a circulated file structure that can helpfully ke..

    Hadoop Interview Questions

    What are the key features of HDFS?

    Various key features of HDFS are as follows: HDFS is a profoundly versatile and reliable storage system for big data st..

    Hadoop Interview Questions

    What is check pointing in Hadoop?

    Check pointing is a fundamental part of keeping up and holding on file system metadata in HDFS. It’s urgent for profi..