What does the High Availability of a Name-Node means? How is it accomplished?

devquora
devquora

Posted On: Feb 22, 2018

 

To make the HDFS high accessible means, it must be accessible constantly. So we can accomplish HDFS HA by making the name-node high accessible with the goal that it could serve HDFS related demands and queries whenever it is needed.

To settle this Single Point of Failure issue of Name-Node, HA highlight was introduced in Hadoop 2. X where we have two Name-Node in our HDFS cluster in a functioning/passive configuration. Consequently, if the active Name-Node fails down, the other inactive Name-Node can assume control over the obligation of the failed NameNode and keep the HDFS running.

    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..