Skip to content

Conversation

@avulanov
Copy link
Contributor

Pregel code contains two consecutive joins:

g.vertices.innerJoin(messages)(vprog)
...
g = g.outerJoinVertices(newVerts)
{ (vid, old, newOpt) => newOpt.getOrElse(old) }

This can be simplified with one join. @ankurdave proposed a patch based on our discussion in the mailing list: https://www.mail-archive.com/[email protected]/msg10316.html

@SparkQA
Copy link

SparkQA commented Jul 29, 2015

Test build #38845 has finished for PR 7749 at commit 8568e06.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@asfgit asfgit closed this in b715933 Jul 29, 2015
@ankurdave
Copy link
Contributor

Thanks! Merged into master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants