Intermediate output

2014-01-18 Thread Sebastian Schelter
Hi, Did we have a way to write out the state of the graph after each superstep? I have an algorithm that requires this and I don't want to buffer the intermediate results in memory until the algorithm finishes. --sebastian

Re: Intermediate output

2014-01-18 Thread Claudio Martella
you can use giraph.doOutputDuringComputation. If you use this option, instead of having saving vertices in the end of application, saveVertex will be called right after each vertex.compute() is called.NOTE: This feature doesn't work well with checkpointing - if you restart from a checkpoint you