Dear,
I need to partition the graph before execute the graph algorithms, how can I achieve this? And could I maintain the worker's ID in each vertex. For example, if vertex n belongs to worker i, then how could I store i in vertex n?
just like the experiment showed in :"GPS: A Graph Processing System".
Thanks!