BigData / Hadoop basics
What is checkpointing in HDFS?
Checkpointing refers to the process of combining edit log with FSImage. Secondary Namenode gets the copy of fsImage and editLog from NameNode and it consolidates the files to prepare the final FSImage file.
FsImage (final) = fsImage + editLog

More Related questions...