aboutsummaryrefslogtreecommitdiff
path: root/graph/src
Commit message (Expand)AuthorAgeFilesLines
* Code to run bagel vs graph experiments.Reynold Xin2013-04-073-26/+108
* Minor cleanup.Reynold Xin2013-04-052-22/+19
* Rename rawGraph to graph in Pregel.Reynold Xin2013-04-052-10/+12
* Added unit test and fix a partitioner problem.Reynold Xin2013-04-054-1/+89
* Merged with masterJoseph E. Gonzalez2013-04-043-56/+49
|\
| * Rename rawGraph to graph.Reynold Xin2013-04-051-9/+10
| * Changed EdgeDirection from Enumeration to case classes.Reynold Xin2013-04-053-50/+42
* | better parsing of graph text filesJoseph E. Gonzalez2013-04-041-11/+13
|/
* Merge branch 'graph' of github.com:rxin/spark into graphReynold Xin2013-04-052-5/+8
|\
| * More realistic version of Pregel.Joseph E. Gonzalez2013-04-042-5/+8
* | Minor cleanup.Reynold Xin2013-04-054-60/+23
|/
* numVertexPartitions and numEdgePartitions are now part of theReynold Xin2013-04-052-141/+156
* added a function to collect the neighborhood of a vertex as well as the skele...Joseph E. Gonzalez2013-04-043-9/+48
* added pregel pagerankJoseph E. Gonzalez2013-04-041-0/+16
* fixing the the silly bug in the dynamic pagerank gather functionJoseph E. Gonzalez2013-04-041-2/+2
* added dynamic graphlabJoseph E. Gonzalez2013-04-042-66/+57
* added dynamic graphlab but I have not yet tested it.Joseph E. Gonzalez2013-04-041-3/+79
* Minor tweak to pregel semantics to give reverse edge illusion on send message.Joseph E. Gonzalez2013-04-041-1/+5
* Added graphlab style implementation of Pregel and a more sophisticated versio...Joseph E. Gonzalez2013-04-043-13/+129
* Fixing several bugs in mapReduceNeighborhood. First a map is used instead of...Joseph E. Gonzalez2013-04-042-8/+18
* fixing a silly bug whereby the pagerank equation was implemented incorrectly ...Joseph E. Gonzalez2013-04-041-1/+1
* Implemented mapReduceNeighborhood in Graph and used that to implementReynold Xin2013-04-055-87/+109
* added graph generator to run additional experimentsJoseph E. Gonzalez2013-04-031-9/+43
* completed port of several analytics packages as well as analytics mainJoseph E. Gonzalez2013-04-033-114/+61
* Fixed iterateGAS to return a graph, added some minor features to graph and so...Joseph E. Gonzalez2013-04-033-3/+471
* Merging with downstream changes.Joseph E. Gonzalez2013-04-031-6/+7
|\
| * Allow returning different vertex data type in updateVertices.Reynold Xin2013-04-041-6/+7
* | merged with trunkJoseph E. Gonzalez2013-04-034-41/+157
|\|
| * Commit a working version.Reynold Xin2013-04-033-5/+45
| * Oh wow it finally compiles!Reynold Xin2013-04-034-38/+115
* | Changed GraphLab class to object and added graph loading from text file.Joseph E. Gonzalez2013-04-032-1/+37
|/
* Partial checkin of graphlab module.Reynold Xin2013-04-034-37/+93
* Added a vertices method to Graph.Reynold Xin2013-04-021-0/+2
* Added a Graph class that supports joining vertices with edges.Reynold Xin2013-04-025-0/+307
* Added a Graph class that supports joining vertices with edges.Reynold Xin2013-04-021-0/+1
* Maven and sbt build changes for SparkGraph.Reynold Xin2013-02-191-0/+7