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

2015-07-29 Thread Ankur Dave (JIRA)

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

Ankur Dave reassigned SPARK-9436:
-

Assignee: Ankur Dave

 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
Assignee: Ankur Dave
Priority: Minor
 Fix For: 1.5.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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



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

2015-07-29 Thread Apache Spark (JIRA)

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

Apache Spark reassigned SPARK-9436:
---

Assignee: Apache Spark

 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
Assignee: Apache Spark
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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



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

2015-07-29 Thread Apache Spark (JIRA)

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

Apache Spark reassigned SPARK-9436:
---

Assignee: (was: Apache Spark)

 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org