aboutsummaryrefslogtreecommitdiff
path: root/graphx/src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove GraphX MessageToPartition for compatibility with sort-based shuffleAnkur Dave2014-07-225-228/+2
* Graphx exampleCrazyJvm2014-07-222-5/+5
* [SPARK-2455] Mark (Shippable)VertexPartition serializableAnkur Dave2014-07-125-14/+37
* 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-055-8/+40
* [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
* [SPARK-1942] Stop clearing spark.driver.port in unit testsSyed Hashmi2014-06-031-2/+0
* Add landmark-based Shortest Path algorithm to graphx.libAnkur Dave2014-06-022-0/+120
* initial version of LPAAnkur Dave2014-05-292-0/+111
* [SPARK-1931] Reconstruct routing tables in Graph.partitionByAnkur Dave2014-05-263-4/+31
* bugfix: overflow of graphx Edge compare functionZhen Peng2014-05-162-2/+47
* Fixes a misplaced comment.Prashant Sharma2014-05-151-2/+2
* Package docsPrashant Sharma2014-05-145-0/+110
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-121-1/+1
* SPARK-1786: Reopening PR 724Ankur Dave2014-05-1211-23/+44
* Revert "SPARK-1786: Edge Partition Serialization"Patrick Wendell2014-05-1211-44/+23
* SPARK-1786: Edge Partition SerializationAnkur Dave2014-05-1111-23/+44
* Fix error in 2d Graph PartitionerJoseph E. Gonzalez2014-05-111-2/+2
* Unify GraphImpl RDDs + other graph load optimizationsAnkur Dave2014-05-1026-843/+1337
* SPARK-1708. Add a ClassTag on Serializer and things that depend on itMatei Zaharia2014-05-102-23/+27
* 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
* Fix Scala StyleSandeep2014-04-241-2/+5
* 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-162-2/+14
* Rebuild routing table after Graph.reverseAnkur Dave2014-04-162-1/+11
* SPARK-1501: Ensure assertions in Graph.apply are asserted.William Benton2014-04-151-1/+1
* SPARK-1488. Resolve scalac feature warnings during buildSean Owen2014-04-144-1/+5
* Remove Unnecessary Whitespace'sSandeep2014-04-102-2/+2
* Revert "SPARK-729: Closures not always serialized at capture time"Patrick Wendell2014-04-101-1/+1
* SPARK-729: Closures not always serialized at capture timeWilliam Benton2014-04-091-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-024-10/+58
* 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-164-32/+26
* SPARK-782 Clean up for ASM dependency.Patrick Wendell2014-03-091-2/+2
* Graph primitives2Semih Salihoglu2014-02-242-10/+183
* 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
* Merge pull request #436 from ankurdave/VertexId-caseReynold Xin2014-01-1432-209/+209
|\
| * VertexID -> VertexIdAnkur Dave2014-01-1432-209/+209