Re: Issue in Aggregator

2014-11-09 Thread Puneet Agarwal
Dear Matthew, Yes my aggregator is commutative, and I want globally aggregated value from all workers, and not the locally aggregated. But I am getting locally aggregated value. My query is : Does Giraph call the aggregator class for the values returned by the local aggregators or not? -

Re: Compiling Giraph 1.1

2014-11-09 Thread Claudio Martella
I just built trunk with that command. Are you sure you're building latest trunk? On Fri, Nov 7, 2014 at 3:21 PM, Ryan freelanceflashga...@gmail.com wrote: Any updated thoughts on this? On Tue, Nov 4, 2014 at 5:59 PM, Ryan freelanceflashga...@gmail.com wrote: It's 'mvn -Phadoop_2 -fae

When do Giraph vertices receive their messages?

2014-11-09 Thread Vincentius Martin
I am curious about how does Giraph receive messages before processing it I know that they use their accepted messages in the compute() method on the next superstep, but when do they receive it? If it is before the checkpoint process, is there any part in the documentation/code that I can see to

Re: When do Giraph vertices receive their messages?

2014-11-09 Thread Puneet Agarwal
These are some very interesting questions. I also would like to know the answers to these. - PuneetIIT Delhi, India On Monday, November 10, 2014 9:30 AM, Vincentius Martin vincentiusmar...@gmail.com wrote: I am curious about how does Giraph receive messages before processing it I