[
https://issues.apache.org/jira/browse/SPARK-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14034816#comment-14034816
]
Ted Malaska commented on SPARK-2173:
------------------------------------
Sorry I'm slow I just realized I don't even need superStep of master computer.
In the confines of Giraph I did need them to solve tree rooting, but in the
world of GraphX and can enter and exit Pregel when ever and how often I want.
So in the case of tree rooting. I would do max one super step of pregel to
broadcast to all my children to identify my roots then start a second pregel
with un bound super steps to root all the other vertices to the roots.
GraphX is so freeing in comparison to Giraph.
I will close the ticket now.
> Add Master Computer and SuperStep Accumulator to Pregel GraphX Implemention
> ---------------------------------------------------------------------------
>
> Key: SPARK-2173
> URL: https://issues.apache.org/jira/browse/SPARK-2173
> Project: Spark
> Issue Type: Improvement
> Reporter: Ted Malaska
>
> In Girpah there is an idea of a master compute and a global superstep value
> you can access. I would like to add that to GraphX.
> Let me know what you think. I will try to get a pull request tonight.
--
This message was sent by Atlassian JIRA
(v6.2#6252)