aboutsummaryrefslogtreecommitdiff
path: root/docs/graphx-programming-guide.md
Commit message (Collapse)AuthorAgeFilesLines
* [SPARK-1439, SPARK-1440] Generate unified Scaladoc across projects and JavadocsMatei Zaharia2014-04-211-31/+31
| | | | | | | | | | | | | | | | | | | | | | I used the sbt-unidoc plugin (https://github.com/sbt/sbt-unidoc) to create a unified Scaladoc of our public packages, and generate Javadocs as well. One limitation is that I haven't found an easy way to exclude packages in the Javadoc; there is a SBT task that identifies Java sources to run javadoc on, but it's been very difficult to modify it from outside to change what is set in the unidoc package. Some SBT-savvy people should help with this. The Javadoc site also lacks package-level descriptions and things like that, so we may want to look into that. We may decide not to post these right now if it's too limited compared to the Scala one. Example of the built doc site: http://people.csail.mit.edu/matei/spark-unified-docs/ Author: Matei Zaharia <matei@databricks.com> This patch had conflicts when merged, resolved by Committer: Patrick Wendell <pwendell@gmail.com> Closes #457 from mateiz/better-docs and squashes the following commits: a63d4a3 [Matei Zaharia] Skip Java/Scala API docs for Python package 5ea1f43 [Matei Zaharia] Fix links to Java classes in Java guide, fix some JS for scrolling to anchors on page load f05abc0 [Matei Zaharia] Don't include java.lang package names 995e992 [Matei Zaharia] Skip internal packages and class names with $ in JavaDoc a14a93c [Matei Zaharia] typo 76ce64d [Matei Zaharia] Add groups to Javadoc index page, and a first package-info.java ed6f994 [Matei Zaharia] Generate JavaDoc as well, add titles, update doc site to use unified docs acb993d [Matei Zaharia] Add Unidoc plugin for the projects we want Unidoced
* SPARK-1183. Don't use "worker" to mean executorSandy Ryza2014-03-131-1/+1
| | | | | | | | | | | | Author: Sandy Ryza <sandy@cloudera.com> Closes #120 from sryza/sandy-spark-1183 and squashes the following commits: 5066a4a [Sandy Ryza] Remove "worker" in a couple comments 0bd1e46 [Sandy Ryza] Remove --am-class from usage bfc8fe0 [Sandy Ryza] Remove am-class from doc and fix yarn-alpha 607539f [Sandy Ryza] Address review comments 74d087a [Sandy Ryza] SPARK-1183. Don't use "worker" to mean executor
* Merge pull request #436 from ankurdave/VertexId-caseReynold Xin2014-01-141-35/+35
|\ | | | | | | Rename VertexID -> VertexId in GraphX
| * 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. Added an overview of the Graph and GraphOps functions and fixed numerous typos.
| * 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 ↵Joseph E. Gonzalez2014-01-131-17/+22
| | | | serialization support for GraphImpl to address issues with failed closure capture.
* 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.
| * 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 ↵Joseph E. Gonzalez2014-01-111-37/+82
| | | | presentation.
* 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
|
* More organizational changes and dropping the benchmark plot.Joseph E. Gonzalez2014-01-111-12/+20
|
* More edits.Joseph E. Gonzalez2014-01-101-16/+215
|
* Add back Bagel links to docs, but mark them supersededAnkur Dave2014-01-101-7/+7
|
* WIP. Updating figures and cleaning up initial skeleton for GraphX ↵Joseph E. Gonzalez2014-01-101-151/+126
| | | | Programming guide.
* Start fixing formatting of graphx-programming-guideAnkur Dave2014-01-091-7/+6
|
* Add docs/graphx-programming-guide.md from ↵Ankur Dave2014-01-091-0/+197
7210257ba3038d5e22d4b60fe9c3113dc45c3dff:README.md