Prev Next

BigData / Hadoop basics

The Controls that trigger the checkpoint reconciliation process.

fs.checkpoint.period controls the number of seconds between two periodic checkpoints. Default value is 3600 Sec (1 hour).

fs.checkpoint.size refers to the size of the current edit log (in bytes) that triggers a periodic checkpoint even if the fs.checkpoint.period hasn't expired. The default value is 67108864 bytes.

More Related questions...

Show more question and Answers...


Comments & Discussions