You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Alexander Ulanov (JIRA)" <ji...@apache.org> on 2015/07/29 15:22:04 UTC

[jira] [Updated] (SPARK-9436) Simplify Pregel by merging joins

     [ https://issues.apache.org/jira/browse/SPARK-9436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Ulanov updated SPARK-9436:
------------------------------------
    Summary: Simplify Pregel by merging joins  (was: Merge joins in Pregel )

> Simplify Pregel by merging joins
> --------------------------------
>
>                 Key: SPARK-9436
>                 URL: https://issues.apache.org/jira/browse/SPARK-9436
>             Project: Spark
>          Issue Type: Improvement
>          Components: GraphX
>    Affects Versions: 1.4.0
>            Reporter: Alexander Ulanov
>            Priority: Minor
>             Fix For: 1.4.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Pregel code contains two consecutive joins: 
> ```
> g.vertices.innerJoin(messages)(vprog)
> ...
> g = g.outerJoinVertices(newVerts) { (vid, old, newOpt) => newOpt.getOrElse(old) }
> ```
> They can be replaced by one join. Ankur Dave proposed a patch based on our discussion in mailing list: https://www.mail-archive.com/dev@spark.apache.org/msg10316.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org