aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add LiveJournalPageRank exampleAnkur Dave2014-01-131-0/+49
|
* 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-125-87/+54
|
* Add TriangleCount exampleAnkur Dave2014-01-122-7/+29
|
* adding Pregel as an operator in GraphOps and cleaning up documentation of ↵Joseph E. Gonzalez2014-01-122-22/+74
| | | | GraphOps
* Documenting Pregel APIJoseph E. Gonzalez2014-01-121-1/+198
|
* Add connected components example to docAnkur Dave2014-01-123-7/+21
|
* Add PageRank example and dataAnkur Dave2014-01-124-2/+50
|
* Link methods in programming guide; document VertexIDAnkur Dave2014-01-122-69/+90
|
* 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-112-37/+82
| | | | presentation.
* Make EdgeDirection val instead of case object for Java compat.Ankur Dave2014-01-113-5/+15
|
* Use SparkConf in GraphX tests (via LocalSparkContext)Ankur Dave2014-01-111-5/+5
|
* One-line Scaladoc comments in Edge and EdgeDirectionAnkur Dave2014-01-112-22/+10
|
* Fix indent and use SparkConf in AnalyticsAnkur Dave2014-01-111-130/+115
|
* Remove GraphLabAnkur Dave2014-01-114-170/+40
|
* Make nullValue and VertexSet package-privateAnkur Dave2014-01-111-3/+3
|
* 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
|
* algorithms -> libAnkur Dave2014-01-1114-22/+22
|
* Addressing comment about Graph Processing in docs.Joseph E. Gonzalez2014-01-111-2/+2
|
* Optimize Edge.lexicographicOrderingAnkur Dave2014-01-111-1/+1
|
* More organizational changes and dropping the benchmark plot.Joseph E. Gonzalez2014-01-111-12/+20
|
* Move Analytics to algorithms and fix docAnkur Dave2014-01-111-9/+3
|
* More edits.Joseph E. Gonzalez2014-01-104-16/+215
|
* Soften wording about GraphX superseding BagelAnkur Dave2014-01-104-6/+6
|
* Add GC note to GraphLabAnkur Dave2014-01-101-0/+6
|
* Finish d1d2b6d9b6b5f9cc45047507368a816903722d9eAnkur Dave2014-01-101-1/+0
|
* Remove blank lines added to Spark coreAnkur Dave2014-01-102-8/+0
|
* Fix scaladoc warningsAnkur Dave2014-01-102-6/+6
|
* Revert GraphX changes to SparkILoopInitAnkur Dave2014-01-101-10/+2
| | | | | | The changes were to support a custom banner in spark-shell for use by graphx-shell, but once GraphX is merged into Spark, a separate shell will be unnecessary.
* Revert changes to Spark's (PrimitiveKey)OpenHashMap; copy PKOHM to graphxAnkur Dave2014-01-108-84/+192
|
* Add doc for AlgorithmsAnkur Dave2014-01-101-0/+10
|
* Minor cleanup to docsAnkur Dave2014-01-105-22/+21
|
* Move VertexIdToIndexMap into implAnkur Dave2014-01-102-8/+8
|
* Improve docs for VertexRDDAnkur Dave2014-01-104-96/+62
|
* Clean up GraphGeneratorsAnkur Dave2014-01-101-66/+9
|
* Remove unused HashUtils classAnkur Dave2014-01-101-21/+0
|
* graph -> graphx in pom.xmlAnkur Dave2014-01-101-1/+1
|
* Improve docs for PartitionStrategyAnkur Dave2014-01-101-27/+31
|
* Improve docs for GraphOpsAnkur Dave2014-01-101-53/+25
|
* Remove duplicate method in GraphLoader and improve docsAnkur Dave2014-01-101-50/+13
|
* Improve docs for EdgeRDD, EdgeTriplet, and GraphLabAnkur Dave2014-01-103-35/+24
|
* Remove commented-out perf filesAnkur Dave2014-01-102-151/+0
|
* Remove some commented codeAnkur Dave2014-01-102-5/+0
|
* Finish cleaning up Graph docsAnkur Dave2014-01-101-98/+82
|
* Start cleaning up Scaladocs in Graph and EdgeRDDAnkur Dave2014-01-102-35/+27
|
* Generate GraphX docsAnkur Dave2014-01-101-1/+1
|
* Add back Bagel links to docs, but mark them supersededAnkur Dave2014-01-105-14/+21
|