amplab / graphx

Former GraphX development repository. GraphX has been merged into Apache Spark; please submit pull requests there.
https://github.com/apache/spark
Apache License 2.0
360 stars 103 forks source link

Unpersist previous Pregel iterations #93

Closed ankurdave closed 10 years ago

ankurdave commented 10 years ago

This improves performance under memory pressure.

AmplabJenkins commented 10 years ago

Merged build triggered.

AmplabJenkins commented 10 years ago

Merged build started.

AmplabJenkins commented 10 years ago

Merged build finished.

AmplabJenkins commented 10 years ago

One or more automated tests failed Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/GraphXPullRequestBuilder/2619/

ankurdave commented 10 years ago

This PR currently causes the Connected Components tests to run forever. Since this is not currently a priority, I'm closing the PR for now but filing an issue.