Showing posts with label checkpoint process in hadoop. Show all posts
Showing posts with label checkpoint process in hadoop. Show all posts

Wednesday, February 19, 2014

Please write steps of checkpointing in hadoop.


  • Performed by Namenode
  • Two versions of FsImage
    • One stored on disk
    • One in memory
  • Applies all transactions in EditLog to in-memory FsImage
  • Flushes FsImage to disk
  • Truncates EditLog
Note : Currently only occurs on start-up

Live

Your Ad Here