aboutsummaryrefslogtreecommitdiff
path: root/graphx/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'graphx' of github.com:ankurdave/incubator-spark into graphxReynold Xin2014-01-1312-137/+70
|\ | | | | | | | | Conflicts: graphx/src/main/scala/org/apache/spark/graphx/Pregel.scala
| * Improvements in example code for the programming guide as well as adding ↵Joseph E. Gonzalez2014-01-131-0/+3
| | | | | | | | serialization support for GraphImpl to address issues with failed closure capture.
| * Add EdgeDirection.Either and use it to fix CC bugAnkur Dave2014-01-1312-54/+64
| | | | | | | | | | | | | | | | | | The bug was due to a misunderstanding of the activeSetOpt parameter to Graph.mapReduceTriplets. Passing EdgeDirection.Both causes mapReduceTriplets to run only on edges with *both* vertices in the active set. This commit adds EdgeDirection.Either, which causes mapReduceTriplets to run on edges with *either* vertex in the active set. This is what connected components needed.
| * Remove aggregateNeighborsAnkur Dave2014-01-132-85/+5
| |
* | Miscel doc update.Reynold Xin2014-01-1317-143/+158
|/
* Merge pull request #2 from jegonzal/GraphXCCIssueAnkur Dave2014-01-133-16/+62
|\ | | | | Improving documentation and identifying potential bug in CC calculation.
| * Improving documentation and identifying potential bug in CC calculation.Joseph E. Gonzalez2014-01-133-16/+62
| |
* | Improve EdgeRDD scaladocAnkur Dave2014-01-131-2/+11
| |
* | Further improve VertexRDD scaladocsAnkur Dave2014-01-131-14/+25
|/
* Move algorithms to GraphOpsAnkur Dave2014-01-124-78/+51
|
* Add TriangleCount exampleAnkur Dave2014-01-121-3/+2
|
* adding Pregel as an operator in GraphOps and cleaning up documentation of ↵Joseph E. Gonzalez2014-01-122-22/+74
| | | | GraphOps
* Add PageRank example and dataAnkur Dave2014-01-121-1/+1
|
* Link methods in programming guide; document VertexIDAnkur Dave2014-01-121-0/+4
|
* 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-113-163/+34
|
* Make nullValue and VertexSet package-privateAnkur Dave2014-01-111-3/+3
|
* algorithms -> libAnkur Dave2014-01-1114-22/+22
|
* Optimize Edge.lexicographicOrderingAnkur Dave2014-01-111-1/+1
|
* Move Analytics to algorithms and fix docAnkur Dave2014-01-111-9/+3
|
* Add GC note to GraphLabAnkur Dave2014-01-101-0/+6
|
* Fix scaladoc warningsAnkur Dave2014-01-102-6/+6
|
* Revert changes to Spark's (PrimitiveKey)OpenHashMap; copy PKOHM to graphxAnkur Dave2014-01-106-9/+159
|
* 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
|
* 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
|
* Remove EdgeTriplet.{src,dst}Stale, which were unusedAnkur Dave2014-01-101-3/+0
|
* Remove commented code from AnalyticsAnkur Dave2014-01-101-430/+0
|
* Undo 8b6b8ac87f6ffb92b3395344bf2696d5c7fb3798Ankur Dave2014-01-101-7/+3
| | | | Getting unpersist right in GraphLab is tricky.
* graph -> graphx in log4j.propertiesAnkur Dave2014-01-101-1/+1
|
* Avoid recomputation by caching all multiply-used RDDsAnkur Dave2014-01-1011-53/+67
|
* Unpersist previous iterations in GraphLabAnkur Dave2014-01-101-6/+10
|
* Add Graph.unpersistVertices()Ankur Dave2014-01-093-8/+18
|
* Unpersist previous iterations in PregelAnkur Dave2014-01-096-7/+41
|
* Add implicit algorithm methods for Graph; remove standalone PageRankAnkur Dave2014-01-0910-85/+99
|
* graph -> graphxAnkur Dave2014-01-0948-0/+6579