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

Re: Release date for 1.1.0

2014-01-18 Thread Claudio Martella
I agree, in particular considering that the current patch does not even apply to trunk. On Sat, Jan 18, 2014 at 4:43 PM, Sebastian Schelter s...@apache.org wrote: Hi, I had a look at the list and noticed that https://issues.apache.org/ jira/browse/GIRAPH-818 (which is based on a research

Re: Release date for 1.1.0

2014-01-18 Thread Claudio Martella
I think that after 1.1.0 we could consider this big change, and that there should be voting for this. It's changing Giraph's shape at the core. On Sat, Jan 18, 2014 at 5:15 PM, Mirko Kämpf mirko.kae...@cloudera.comwrote: Hi, also think this major change (or enhancement) might be something