aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Move algorithms to GraphOpsAnkur Dave2014-01-121-9/+3
| * | | | | | Add TriangleCount exampleAnkur Dave2014-01-121-4/+27
| * | | | | | Documenting Pregel APIJoseph E. Gonzalez2014-01-121-1/+198
| * | | | | | Add connected components example to docAnkur Dave2014-01-121-1/+19
| * | | | | | Add PageRank example and dataAnkur Dave2014-01-121-1/+31
| * | | | | | Link methods in programming guide; document VertexIDAnkur Dave2014-01-121-69/+86
| * | | | | | Correcting typos in documentation.Joseph E. Gonzalez2014-01-111-66/+79
| * | | | | | Finished docummenting join operators and revised some of the initial presenta...Joseph E. Gonzalez2014-01-112-37/+82
| * | | | | | Remove GraphLabAnkur Dave2014-01-111-7/+6
| * | | | | | Finished documenting structural operators and starting join operators.Joseph E. Gonzalez2014-01-111-18/+72
| * | | | | | starting structural operator discussion.Joseph E. Gonzalez2014-01-111-2/+30
| * | | | | | Addressing comment about Graph Processing in docs.Joseph E. Gonzalez2014-01-111-2/+2
| * | | | | | More organizational changes and dropping the benchmark plot.Joseph E. Gonzalez2014-01-111-12/+20
| * | | | | | More edits.Joseph E. Gonzalez2014-01-104-16/+215
| * | | | | | Soften wording about GraphX superseding BagelAnkur Dave2014-01-104-6/+6
| * | | | | | Generate GraphX docsAnkur Dave2014-01-101-1/+1
| * | | | | | Add back Bagel links to docs, but mark them supersededAnkur Dave2014-01-105-14/+21
| * | | | | | WIP. Updating figures and cleaning up initial skeleton for GraphX Programming...Joseph E. Gonzalez2014-01-1012-159/+134
| * | | | | | Start fixing formatting of graphx-programming-guideAnkur Dave2014-01-091-7/+6
| * | | | | | Add docs/graphx-programming-guide.md from 7210257ba3038d5e22d4b60fe9c3113dc45...Ankur Dave2014-01-091-0/+197
| * | | | | | Merge remote-tracking branch 'spark-upstream/master' into HEADAnkur Dave2014-01-0823-221/+661
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of github.com:apache/incubator-sparkReynold Xin2013-11-254-3/+7
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of github.com:apache/incubator-spark into mergemergeReynold Xin2013-11-042-2/+14
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'spark-upstream/master'Ankur Dave2013-10-304-4/+27
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Strating to improve README.Joseph E. Gonzalez2013-10-295-0/+0
* | | | | | | | | | | Merge pull request #408 from pwendell/external-serializersPatrick Wendell2014-01-131-2/+9
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Changing option wording per discussion with AndrewPatrick Wendell2014-01-131-3/+3
| * | | | | | | | | | Improvements to external sortingPatrick Wendell2014-01-131-2/+9
* | | | | | | | | | | Merge pull request #400 from tdas/dstream-movePatrick Wendell2014-01-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'apache/master' into dstream-moveTathagata Das2014-01-121-2/+2
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Moved DStream, DStreamCheckpointData and PairDStream from org.apache.spark.st...Tathagata Das2014-01-121-1/+1
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #399 from pwendell/consolidate-offPatrick Wendell2014-01-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Disable shuffle file consolidation by defaultPatrick Wendell2014-01-121-1/+1
| |/ / / / / / / / /
* / / / / / / / / / Rename DStream.foreach to DStream.foreachRDDPatrick Wendell2014-01-121-2/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #377 from andrewor14/masterPatrick Wendell2014-01-101-2/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update documentation for externalSortingAndrew Or2014-01-101-3/+2
| * | | | | | | | | Address Patrick's and Reynold's commentsAndrew Or2014-01-101-2/+22
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #371 from tgravescs/yarn_client_addjar_misc_fixesThomas Graves2014-01-101-2/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | yarn-client addJar fix and misc otherThomas Graves2014-01-091-2/+13
* | | | | | | | | | Merge pull request #378 from pwendell/consolidate_onPatrick Wendell2014-01-091-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Enable shuffle consolidation by default.Patrick Wendell2014-01-091-1/+1
* | | | | | | | | | Merge pull request #353 from pwendell/ipython-simplifyPatrick Wendell2014-01-091-2/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Simplify and fix pyspark script.Patrick Wendell2014-01-071-2/+3
* | | | | | | | | | Merge pull request #293 from pwendell/standalone-driverPatrick Wendell2014-01-091-5/+33
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'apache-github/master' into standalone-driverPatrick Wendell2014-01-0814-81/+348
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | FixesPatrick Wendell2014-01-081-2/+3
| * | | | | | | | | | Some doc fixesPatrick Wendell2014-01-061-3/+2
| * | | | | | | | | | Merge remote-tracking branch 'apache-github/master' into standalone-driverPatrick Wendell2014-01-0623-155/+228
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Documentation and adding supervise optionPatrick Wendell2013-12-291-5/+33
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Fixing config option "retained_stages" => "retainedStages".Patrick Wendell2014-01-081-1/+1
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |