aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of github.com:mesos/spark into graphReynold Xin2013-04-0133-113/+769
|\
| * Merge pull request #548 from markhamstra/getWritableClass_filterMatei Zaharia2013-03-311-11/+11
| |\
| | * Correct sense of 'filter out' in comment.Mark Hamstra2013-03-311-10/+10
| | * Fixed broken filter in getWritableClass[T]Mark Hamstra2013-03-301-1/+1
| |/
| * Merge pull request #539 from cgrothaus/fix-webui-workdirpathMatei Zaharia2013-03-292-3/+4
| |\
| | * Bugfix: WorkerWebUI must respect workDirPath from WorkerChristoph Grothaus2013-03-222-3/+4
| * | Merge pull request #541 from stephenh/shufflecoalesceMatei Zaharia2013-03-295-3/+34
| |\ \
| | * | Use Boolean in the Java API, and != for assert.Stephen Haberman2013-03-234-4/+5
| | * | Merge branch 'master' into shufflecoalesceStephen Haberman2013-03-2310-66/+323
| | |\ \
| | * | | Fix are/our typo.Stephen Haberman2013-03-221-1/+1
| | * | | Add a shuffle parameter to coalesce.Stephen Haberman2013-03-225-3/+33
| * | | | Merge pull request #547 from jey/maven-streaming-tests-initialization-fixMatei Zaharia2013-03-292-4/+8
| |\ \ \ \
| | * | | | Move streaming test initialization into 'before' blocksJey Kottalam2013-03-282-4/+8
| * | | | | Merge pull request #545 from ash211/patch-1Matei Zaharia2013-03-291-8/+10
| |\ \ \ \ \
| | * | | | | Don't use deprecated Application in exampleAndrew Ash2013-03-281-8/+10
| | |/ / / /
| * | | | | Merge pull request #546 from ash211/patch-2Matei Zaharia2013-03-291-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Update tuning.mdAndrew Ash2013-03-281-1/+1
| |/ / / /
| * | | | Merge pull request #543 from holdenk/masterMatei Zaharia2013-03-263-3/+3
| |\ \ \ \
| | * | | | method first in trait IterableLike is deprecated: use `head' insteadHolden Karau2013-03-241-1/+1