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

Improved import. #72

Closed rxin closed 10 years ago

rxin commented 10 years ago

This is work in progress.

The idea is to build up the columnar array directly for edge partition, instead of building up an array buffer. I didn't implement the vertex part because that part of the code will experience big change due to @ankurdave's refactoring and it is pretty cumbersome to implement right now (to generate so many RDDs).

AmplabJenkins commented 10 years ago

Build triggered.

AmplabJenkins commented 10 years ago

Build started.

AmplabJenkins commented 10 years ago

Build finished.

AmplabJenkins commented 10 years ago

All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/GraphXPullRequestBuilder/3/

rxin commented 10 years ago

Closing this one since it is way out of day, and certain functionalities have already been incorporated in other pull requests.