aboutsummaryrefslogtreecommitdiff
path: root/graph
Commit message (Expand)AuthorAgeFilesLines
...
* GraphX now builds with all merged changes.Joseph E. Gonzalez2013-09-1721-185/+202
* Working on graph test suiteJoseph E. Gonzalez2013-08-112-2/+21
* added subgraphJoseph E. Gonzalez2013-08-063-3/+46
* Added 2d partitioningJoseph E. Gonzalez2013-08-061-2/+74
* Switching to Long vids instead of integers. This required a surprising numbe...Joseph E. Gonzalez2013-08-065-18/+20
* merged with upstreamJoseph E. Gonzalez2013-08-065-28/+62
|\
| * Added a correctEdges function.Reynold Xin2013-07-012-0/+7
| * Fixed another bug ..Reynold Xin2013-07-011-2/+2
| * More bug fixesReynold Xin2013-06-305-21/+52
* | In the process of bringing the GraphLab api back and fixing the analytics too...Joseph E. Gonzalez2013-08-062-431/+433
|/
* Merge branch 'graph' of https://github.com/rxin/spark into graphJoseph E. Gonzalez2013-06-2910-29/+257
|\
| * Merge branch 'graph' of github.com:rxin/spark into graphReynold Xin2013-06-292-2/+24
| |\
| * | Various minor changes.Reynold Xin2013-06-297-26/+27
| * | Added a 64bit string hash function.Reynold Xin2013-06-291-0/+21
| * | Updated BytecodeUtils to ASM4.Reynold Xin2013-06-291-5/+5
| * | Merge branch 'graph' of github.com:rxin/spark into graphReynold Xin2013-06-298-32/+62
| |\ \
| * | | Added the BytecodeUtils class for analyzing bytecode.Reynold Xin2013-06-294-40/+246
* | | | Resurrecting the GraphLab gather-apply-scatter apiJoseph E. Gonzalez2013-06-291-113/+119
* | | | Adding additional assertions and documenting the edge triplet classJoseph E. Gonzalez2013-06-291-6/+42
| |_|/ |/| |
* | | Adding graph cosntruction code to graph singleton object.Joseph E. Gonzalez2013-06-291-0/+22
* | | Commenting out unused test code.Joseph E. Gonzalez2013-06-291-36/+36
| |/ |/|
* | Renamed several functions and classes and improved documentationJoseph E. Gonzalez2013-06-288-32/+62
|/
* added documentation to graph and did some minor renamingJoseph E. Gonzalez2013-05-094-18/+292
* Merge branch 'graph' of github.com:rxin/spark into graphReynold Xin2013-05-051-32/+402
|\
| * merged with trunkJoseph E. Gonzalez2013-04-163-30/+117
| |\
| * | switching from floats to doubles in pagerank and ssspJoseph E. Gonzalez2013-04-161-32/+32
* | | Refactored the Graph API for discussion.Reynold Xin2013-05-0515-1008/+1131
| |/ |/|
* | Added more logging to Analytics.Reynold Xin2013-04-071-4/+9
* | 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