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
357 stars 103 forks source link

Triangle count #73

Closed jegonzal closed 10 years ago

jegonzal commented 10 years ago

This pull request adds triangle counting as well as some improvements in the way graphs are loaded.

jegonzal commented 10 years ago

@rxin can you take a look at the changes I made to GraphLoader.scala? Should I merge your pull request with this?

jegonzal commented 10 years ago

I rebased the upstream changes, which invalidated the previous comments (in the future I won't be doing that).

jegonzal commented 10 years ago

It passes all the Graph/Analytics tests.