What is the procedure to recover a NameNode when it is slow?

devquora
devquora

Posted On: Feb 22, 2018

 

In order to recover a NameNode, following steps need to be carried out:

  • Using the file system metadata replica FsImage start a new NameNode.
  • Configure different DataNodes along with the clients in order to make them recognize the newly initiated NameNode.
  • As soon as the new NameNode has completed the checkpoint using FsImage, it will start helping the clients. This is achieved when FsImage has received enough amount of block reports from DataNodes.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    BigData Interview Questions

    What do you mean by Big Data and what is its importance?

    Big Data is a term related to large and complex data sets. Big Data is required in order to manage and perform different operation on a wide set of data...

    BigData Interview Questions

    List the five important V’s of Big Data.

    The five important V’s of Big Data are:..

    BigData Interview Questions

    What is the connection between Hadoop and Big Data?

    Hadoop and Big Data are nearly equivalent terms with respect to each other...