What is check pointing in Hadoop?

devquora
devquora

Posted On: Feb 22, 2018

 

Check pointing is a fundamental part of keeping up and holding on file system metadata in HDFS. It’s urgent for proficient Name-Node recovery and restart, and is a vital indicator of general cluster health. However, check pointing can also because of confusion for operators of Apache Hadoop clusters. Check pointing is a procedure that takes a fsimage and alters log and compacts them into another fsimage. Along these lines, rather than replaying a possibly unbounded alter log, the NameNode can load the final in-memory state straightforwardly from the fsimage.

    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 does Name-Node mean in Hadoop?

    The Name-Node is the center part of an HDFS document framework. It keeps the directory tree of all records in the file ..