aboutsummaryrefslogtreecommitdiff
path: root/graphx/src/main
Commit message (Expand)AuthorAgeFilesLines
* Remove GraphX MessageToPartition for compatibility with sort-based shuffleAnkur Dave2014-07-224-155/+2
* Graphx exampleCrazyJvm2014-07-222-5/+5
* [SPARK-2455] Mark (Shippable)VertexPartition serializableAnkur Dave2014-07-123-3/+4
* fix Graph partitionStrategy commentCrazyJvm2014-07-112-4/+6
* [SPARK-2124] Move aggregation into shuffle implementationsjerryshao2014-06-232-5/+6
* [SPARK-1552] Fix type comparison bug in {map,outerJoin}VerticesAnkur Dave2014-06-054-8/+15
* [SPARK-2025] Unpersist edges of previous graph in PregelAnkur Dave2014-06-051-0/+1
* Minor: Fix documentation error from apache/spark#946Ankur Dave2014-06-041-2/+2
* Enable repartitioning of graph over different number of partitionsJoseph E. Gonzalez2014-06-033-4/+20
* [SPARK-1991] Support custom storage levels for vertices and edgesAnkur Dave2014-06-037-97/+208
* Synthetic GraphX BenchmarkJoseph E. Gonzalez2014-06-032-9/+41
* Add landmark-based Shortest Path algorithm to graphx.libAnkur Dave2014-06-021-0/+71
* initial version of LPAAnkur Dave2014-05-291-0/+66
* [SPARK-1931] Reconstruct routing tables in Graph.partitionByAnkur Dave2014-05-262-4/+21
* bugfix: overflow of graphx Edge compare functionZhen Peng2014-05-161-2/+8
* Fixes a misplaced comment.Prashant Sharma2014-05-151-2/+2
* Package docsPrashant Sharma2014-05-145-0/+110
* SPARK-1786: Reopening PR 724Ankur Dave2014-05-1210-23/+26
* Revert "SPARK-1786: Edge Partition Serialization"Patrick Wendell2014-05-1210-26/+23
* SPARK-1786: Edge Partition SerializationAnkur Dave2014-05-1110-23/+26
* Fix error in 2d Graph PartitionerJoseph E. Gonzalez2014-05-111-2/+2
* Unify GraphImpl RDDs + other graph load optimizationsAnkur Dave2014-05-1022-813/+1288
* SPARK-1708. Add a ClassTag on Serializer and things that depend on itMatei Zaharia2014-05-101-21/+24
* SPARK-1565, update examples to be used with spark-submit script.Prashant Sharma2014-05-081-7/+11
* [SPARK-1460] Returning SchemaRDD instead of normal RDD on Set operations...Kan Zhang2014-05-072-16/+4
* Mark all fields of EdgePartition, Graph, and GraphOps transientAnkur Dave2014-04-233-12/+12
* SPARK-1329: Create pid2vid with correct number of partitionsAnkur Dave2014-04-161-2/+2
* Rebuild routing table after Graph.reverseAnkur Dave2014-04-161-1/+1
* SPARK-1488. Resolve scalac feature warnings during buildSean Owen2014-04-144-1/+5
* Remove Unnecessary Whitespace'sSandeep2014-04-101-1/+1
* SPARK-1093: Annotate developer and experimental API'sPatrick Wendell2014-04-091-1/+4
* Do not re-use objects in the EdgePartition/EdgeTriplet iterators.Daniel Darabos2014-04-023-10/+15
* SPARK-1352 - Comment style single space before ending */ check.Prashant Sharma2014-03-301-1/+1
* SPARK-1096, a space after comment start style checker.Prashant Sharma2014-03-286-9/+7
* Spark 1095 : Adding explicit return types to all public methodsNirmalReddy2014-03-263-3/+4
* SPARK-1255: Allow user to pass Serializer object instead of class name for sh...Reynold Xin2014-03-163-14/+14
* SPARK-782 Clean up for ASM dependency.Patrick Wendell2014-03-091-2/+2
* Graph primitives2Semih Salihoglu2014-02-241-1/+58
* Merge pull request #567 from ScrapCodes/style2.Prashant Sharma2014-02-091-2/+1
* Merge pull request #557 from ScrapCodes/style. Closes #557.Patrick Wendell2014-02-096-44/+52
* Replace commons-math with jblasJianping J Wang2014-01-231-32/+36
* Depend on Commons Math explicitly instead of accidentally getting it from Had...Sean Owen2014-01-221-1/+1
* VertexID -> VertexIdAnkur Dave2014-01-1426-175/+175
* Add missing header filesPatrick Wendell2014-01-1429-0/+493
* Adding minimal additional functionality to EdgeRDDJoseph E. Gonzalez2014-01-131-0/+17
* Fix bug in GraphLoader.edgeListFile that caused srcId > dstIdAnkur Dave2014-01-131-1/+1
* Edge object must be public for Edge case classAnkur Dave2014-01-131-2/+2
* Improve scaladoc linksAnkur Dave2014-01-132-6/+6
* Fix infinite loop in GraphGenerators.generateRandomEdgesAnkur Dave2014-01-131-8/+1
* Make Graph{,Impl,Ops} serializable to work around captureAnkur Dave2014-01-133-3/+3