aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* use 0-indexingReza Zadeh2014-01-171-2/+2
* changes from PRReza Zadeh2014-01-171-2/+3
* Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-1324-22/+1054
|\
| * Merge pull request #380 from mateiz/py-bayesPatrick Wendell2014-01-133-7/+22
| |\
| | * Fix Scala version in docs (it was printed as 2.1)Matei Zaharia2014-01-121-1/+1
| | * Update Python required version to 2.7, and mention MLlib supportMatei Zaharia2014-01-121-1/+7
| | * Update some Python MLlib parameters to use camelCase, and tweak docsMatei Zaharia2014-01-111-0/+9
| | * Add Naive Bayes to Python MLlib, and some API fixesMatei Zaharia2014-01-111-5/+5
| * | Merge pull request #367 from ankurdave/graphxPatrick Wendell2014-01-1319-9/+1019
| |\ \
| | * | adding documentation about EdgeRDDJoseph E. Gonzalez2014-01-131-2/+40
| | * | Fix all code examples in guideAnkur Dave2014-01-131-23/+23
| | * | Finish 6f6f8c928ce493357d4d32e46971c5e401682ea8Ankur Dave2014-01-131-2/+4
| | * | 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
| | * | Fix Pregel SSSP example in programming guideAnkur Dave2014-01-131-8/+14
| | * | Finished documenting vertexrdd.Joseph E. Gonzalez2014-01-131-0/+53
| | * | 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
| | * | Improvements in example code for the programming guide as well as adding seri...Joseph E. Gonzalez2014-01-131-17/+22
| | * | Remove aggregateNeighborsAnkur Dave2014-01-131-17/+0
| | * | Merge branch 'master' into graphxReynold Xin2014-01-135-15/+74
| | |\ \
| | * \ \ Merge pull request #2 from jegonzal/GraphXCCIssueAnkur Dave2014-01-131-6/+27
| | |\ \ \
| | | * | | Improving documentation and identifying potential bug in CC calculation.Joseph E. Gonzalez2014-01-131-6/+27
| | * | | | Add graph loader links to docAnkur Dave2014-01-131-0/+13
| | * | | | Fix mapReduceTriplets links in docAnkur Dave2014-01-131-4/+4
| | |/ / /
| | * | | Tested and corrected all examples up to mask in the graphx-programming-guide.Joseph E. Gonzalez2014-01-121-17/+20
| | * | | Use GraphLoader for algorithms examples in docAnkur Dave2014-01-121-17/+19
| | * | | 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
| | |\ \ \ \