You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Krish <kr...@gmail.com> on 2015/08/05 10:46:10 UTC

Implementing algorithms in GraphX pregel

Hi,
I was recently looking into spark graphx as one of the frameworks that can
help me solve some graph related problems.

The 'think-like-a-vertex' paradigm is something new to me and I cannot wrap
my head over how to implement simple algorithms like Depth First  or
Breadth First or even getting a list of all simple paths between 2 vertices
in graphx.

1. Any clue on how to approach the above problems using graphx pregel.

2. Is there any documentation as to how to send different/unique initial
message to all vertices?

3. How do I send the initial message to only a subset of the vertices?

4. How does 'voting-to-stop' work?

Thanks in advance for any pointers and explanations.


--
κρισhναν