Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
None
-
None
Description
This issue proposes to add a Pregel/Giraph-like iteration abstraction to Gelly that will only expose one UDF to the user, compute(). compute() will have access to both the vertex state and the incoming messages, and will be able to produce messages and update the vertex value.