You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by Nikolaos Armenatzoglou <ni...@ust.hk> on 2014/10/02 12:18:16 UTC

Giraph global coordination

Hello all,

I want to implement a graph partitioning algorithm using Apache Giraph.
In Giraph, a vertex executes its compute() function only if it retrieves 
a message from an adjacent vertex which was executed at the previous 
superstep.
In my case, I want to decide which vertices will be executed in each 
superstep, and store the current messages for later use.
Is this possible?

Thanks in advance,
Nikolaos