aboutsummaryrefslogtreecommitdiff
path: root/docs/graphx-programming-guide.md
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18480][DOCS] Fix wrong links for ML guide docsZheng RuiFeng2016-11-171-1/+0
* [SPARK-18428][DOC] Update docs for GraphXZheng RuiFeng2016-11-141-33/+35
* [SPARK-17089][DOCS] Remove api doc link for mapReduceTriplets operatorsandy2016-08-161-3/+2
* [MINOR][DOC] Fix style in examples across documentationhyukjinkwon2016-08-121-4/+4
* [SPARK-16911] Fix the links in the programming guideShivansh2016-08-071-17/+0
* [SPARK-16345][DOCUMENTATION][EXAMPLES][GRAPHX] Extract graphx programming gui...WeichenXu2016-07-021-127/+6
* [GRAPHX][EXAMPLES] move graphx test data directory and update graphx documentWeichenXu2016-07-021-9/+9
* [MINOR] fix typo in documentsWeichenXu2016-06-071-1/+1
* [SPARK-12211][DOC][GRAPHX] Fix version number in graphx doc for migration fro...Andrew Ray2015-12-091-1/+1
* [SPARK-11174] [DOCS] Fix typo in the GraphX programming guideLukasz Piepiora2015-10-181-1/+1
* [SPARK-9508] GraphX Pregel docs update with new Pregel codeAlexander Ulanov2015-08-181-10/+8
* Pregel example type fixAlexander Ulanov2015-07-281-1/+1
* [SPARK-6510][GraphX]: Add Graph#minus method to act as Set#differenceBrennon York2015-03-261-0/+2
* aggregateMessages example in graphX docDEBORAH SIEGEL2015-03-021-2/+2
* [GraphX] fixing 3 typos in the graphx programming guideBenedikt Linse2015-02-251-4/+4
* [SPARK-5608] Improve SEO of Spark documentation pagesMatei Zaharia2015-02-051-1/+3
* [Doc][GraphX] Remove Motivation section and did some minor update.Reynold Xin2014-11-211-70/+7
* Updating GraphX programming guide and documentationJoseph E. Gonzalez2014-11-191-144/+216
* [SPARK-1566] consolidate programming guide, and general doc updatesMatei Zaharia2014-05-301-3/+5
* Unify GraphImpl RDDs + other graph load optimizationsAnkur Dave2014-05-101-8/+14
* [SPARK-1439, SPARK-1440] Generate unified Scaladoc across projects and JavadocsMatei Zaharia2014-04-211-31/+31
* SPARK-1183. Don't use "worker" to mean executorSandy Ryza2014-03-131-1/+1
* Merge pull request #436 from ankurdave/VertexId-caseReynold Xin2014-01-141-35/+35
|\
| * VertexID -> VertexIdAnkur Dave2014-01-141-35/+35
* | Merge pull request #424 from jegonzal/GraphXProgrammingGuideReynold Xin2014-01-141-52/+121
|\ \ | |/ |/|
| * Additional edits for clarity in the graphx programming guide.Joseph E. Gonzalez2014-01-141-52/+121
* | Describe GraphX caching and uncaching in guideAnkur Dave2014-01-141-1/+10
|/
* Improving the graphx-programming-guide.Joseph E. Gonzalez2014-01-141-26/+37
* 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 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