aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Wrap methods in the appropriate class/object declarationAnkur Dave2014-01-131-64/+85
* Write Graph Builders section in guideAnkur Dave2014-01-131-5/+49
* Remove K-Core and LDA sections from guide; they are unimplementedAnkur Dave2014-01-131-4/+0
* Improve scaladoc linksAnkur Dave2014-01-132-6/+6
* Fix Pregel SSSP example in programming guideAnkur Dave2014-01-131-8/+14
* Fix infinite loop in GraphGenerators.generateRandomEdgesAnkur Dave2014-01-131-8/+1
* Make Graph{,Impl,Ops} serializable to work around captureAnkur Dave2014-01-133-3/+3
* Remove Graph.statistics and GraphImpl.printLineageAnkur Dave2014-01-133-77/+1
* Finished documenting vertexrdd.Joseph E. Gonzalez2014-01-131-0/+53
* Merge branch 'graphx' of github.com:ankurdave/incubator-spark into graphxReynold Xin2014-01-131-15/+35
|\
| * Finished second pass on pregel docs.Joseph E. Gonzalez2014-01-131-12/+33
| * Minor changes in graphx programming guide.Joseph E. Gonzalez2014-01-131-3/+2
* | Updated doc for PageRank.Reynold Xin2014-01-131-47/+39
* | More cleanup.Reynold Xin2014-01-134-9/+10
* | Moved SVDPlusPlusConf into SVDPlusPlus object itself.Reynold Xin2014-01-132-15/+17
|/
* Moved PartitionStrategy's into an object.Reynold Xin2014-01-134-81/+85
* Updated GraphGenerator.Reynold Xin2014-01-131-30/+30
* Made more things private.Reynold Xin2014-01-1310-12/+26
* Merge branch 'graphx' of github.com:ankurdave/incubator-spark into graphxReynold Xin2014-01-1313-171/+92
|\
| * Improvements in example code for the programming guide as well as adding seri...Joseph E. Gonzalez2014-01-132-17/+25
| * Add EdgeDirection.Either and use it to fix CC bugAnkur Dave2014-01-1312-54/+64
| * Remove aggregateNeighborsAnkur Dave2014-01-133-102/+5
* | Miscel doc update.Reynold Xin2014-01-1317-143/+158
* | Merge branch 'scaladoc1' of github.com:rxin/incubator-spark into graphxReynold Xin2014-01-131-1/+1
|\ \ | |/ |/|
| * Updated JavaStreamingContext to make scaladoc compile.Reynold Xin2014-01-131-1/+1
* | Merge branch 'master' into graphxReynold Xin2014-01-13233-1415/+4997
|\|
| * Merge pull request #400 from tdas/dstream-movePatrick Wendell2014-01-1340-78/+121
| |\
| | * Fixed import formatting.Tathagata Das2014-01-126-6/+6
| | * Merge remote-tracking branch 'apache/master' into dstream-moveTathagata Das2014-01-1212-24/+61
| | |\
| | * | Fixed persistence logic of WindowedDStream, and fixed default persistence lev...Tathagata Das2014-01-129-10/+41
| | * | Merge remote-tracking branch 'apache/master' into dstream-moveTathagata Das2014-01-124-6/+18
| | |\ \
| | * \ \ Merge branch 'error-handling' into dstream-moveTathagata Das2014-01-1211-70/+110
| | |\ \ \
| | * | | | Moved DStream, DStreamCheckpointData and PairDStream from org.apache.spark.st...Tathagata Das2014-01-1237-70/+82
| * | | | | Merge pull request #397 from pwendell/host-portReynold Xin2014-01-1216-52/+7
| |\ \ \ \ \
| | * | | | | Removing mentions in testsPatrick Wendell2014-01-1212-18/+2
| | * | | | | Remove now un-needed hostPort optionPatrick Wendell2014-01-124-34/+5
| * | | | | | Merge pull request #399 from pwendell/consolidate-offPatrick Wendell2014-01-122-2/+2
| |\ \ \ \ \ \
| | * | | | | | Disable shuffle file consolidation by defaultPatrick Wendell2014-01-122-2/+2
| | |/ / / / /
| * | | | | | Merge pull request #395 from hsaputra/remove_simpleredundantreturn_scalaPatrick Wendell2014-01-1263-194/+194
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Address code review concerns and comments.Henry Saputra2014-01-128-19/+18
| | * | | | | Fix accidental comment modification.Henry Saputra2014-01-121-1/+1
| | * | | | | Merge branch 'master' into remove_simpleredundantreturn_scalaHenry Saputra2014-01-12114-637/+3809
| | |\| | | |
| | * | | | | Remove simple redundant return statement for Scala methods/functions:Henry Saputra2014-01-1263-186/+187
| * | | | | | Merge pull request #394 from tdas/error-handlingPatrick Wendell2014-01-1223-231/+591
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'apache/master' into error-handlingTathagata Das2014-01-124-6/+18
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | / | | | | |_|_|/ | | | |/| | |
| | * | | | | Changed StreamingContext.stopForWait to awaitTermination.Tathagata Das2014-01-124-15/+15
| | * | | | | Fixed bugs to ensure better cleanup of JobScheduler, JobGenerator and Network...Tathagata Das2014-01-129-56/+96
| | | |_|_|/ | | |/| | |
| | * | | | Fixed bugs.Tathagata Das2014-01-123-3/+3
| | * | | | Merge remote-tracking branch 'apache/master' into error-handlingTathagata Das2014-01-1130-174/+1347
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Added waitForStop and stop to JavaStreamingContext.Tathagata Das2014-01-112-3/+23