Hi

I am trying to implement the BFS algorithm using Giraph 1.1.0.

I have partly implemented it and am stuck on just one part. I have a list
of vertex ids and I want these ids to be seen in the next superstep. Is it
possible for me to just have the list in my BasicComputations class or do I
need to send it to an aggregator or master class of some sort to store this
list so that in the next superstep I can use this list of vertex ids in my
basiccomputations class?

kind regards,

Ghufran

Reply via email to