You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@giraph.apache.org by Agrta Rawat <ag...@gmail.com> on 2014/02/05 12:58:46 UTC

Fault Tolerance In Giraph

Hi All,

I need to set checkpoints in my giraph application. I have set
getConf().setCheckPointFrequency(superStep_number) in MasterCompute class
but application is not working after doing so. Can anyone please suggest me
how to apply checkpointing in giraph application and where.

Agrta Rawat