aboutsummaryrefslogtreecommitdiff
path: root/graphx/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4620] Add unpersist in Graph and GraphImplTakeshi Yamamuro2014-12-072-0/+12
* [SPARK-4646] Replace Scala.util.Sorting.quickSort with Sorter(TimSort) in SparkTakeshi Yamamuro2014-12-072-5/+64
* [SPARK-3623][GraphX] GraphX should support the checkpoint operationGuoQiang Li2014-12-062-0/+13
* [SPARK-4672][GraphX]Non-transient PartitionsRDDs will lead to StackOverflow e...JerryLead2014-12-022-2/+2
* [SPARK-4672][GraphX]Perform checkpoint() on PartitionsRDD to shorten the lineageJerryLead2014-12-022-0/+8
* Minor nit style cleanup in GraphX.Reynold Xin2014-12-021-1/+1
* Removing confusing TripletFieldsJoseph E. Gonzalez2014-11-263-32/+7
* Updating GraphX programming guide and documentationJoseph E. Gonzalez2014-11-191-0/+46
* [SPARK-4444] Drop VD type parameter from EdgeRDDAnkur Dave2014-11-177-50/+40
* [SPARK-3666] Extract interfaces for EdgeRDD and VertexRDDAnkur Dave2014-11-124-244/+386
* Internal cleanup for aggregateMessagesAnkur Dave2014-11-124-34/+69
* [SPARK-3936] Add aggregateMessages, which supersedes mapReduceTripletsAnkur Dave2014-11-1112-308/+737
* [SPARK-3649] Remove GraphX custom serializersAnkur Dave2014-11-104-445/+6
* [SPARK-4249][GraphX]fix a problem of EdgePartitionBuilder in Graphxlianhuiwang2014-11-061-2/+2
* [SPARK-4115][GraphX] Add overrided count for edge counting of EdgeRDD.luluorta2014-11-011-1/+6
* [SPARK-4142][GraphX] Default numEdgePartitionsJoseph E. Gonzalez2014-11-011-3/+9
* SPARK-1813. Add a utility to SparkConf that makes using Kryo really easySandy Ryza2014-10-212-1/+48
* Fixed the condition in StronglyConnectedComponents Issue: SPARK-3635oded2014-09-291-1/+1
* [graphX] GraphOps: random pick vertex bugyingjieMiao2014-09-291-1/+1
* [SPARK-3578] Fix upper bound in GraphGenerators.sampleLogNormalAnkur Dave2014-09-221-1/+1
* [SPARK-2062][GraphX] VertexRDD.apply does not use the mergeFuncLarry Xiao2014-09-182-7/+25
* [SPARK-3427] [GraphX] Avoid active vertex tracking in static PageRankAnkur Dave2014-09-121-16/+29
* [HOTFIX] [SPARK-3400] Revert 9b225ac "fix GraphX EdgeRDD zipPartitions"Ankur Dave2014-09-031-2/+2
* [SPARK-3263][GraphX] Fix changes made to GraphGenerator.logNormalGraph in PR ...RJ Nowling2014-09-031-29/+36
* [SPARK-2823][GraphX]fix GraphX EdgeRDD zipPartitionsluluorta2014-09-021-2/+2
* [SPARK-2981][GraphX] EdgePartition1D Int overflowLarry Xiao2014-09-021-1/+1
* [SPARK-3123][GraphX]: override the "setName" function to set EdgeRDD's name m...uncleGen2014-09-021-1/+9
* [SPARK-1986][GraphX]move lib.Analytics to org.apache.spark.examplesLarry Xiao2014-09-021-161/+0
* [SPARK-3190] Avoid overflow in VertexRDD.count()Ankur Dave2014-08-281-1/+1
* SPARK-2045 Sort-based shuffleMatei Zaharia2014-07-302-2/+2
* SPARK-2748 [MLLIB] [GRAPHX] Loss of precision for small arguments to Math.exp...Sean Owen2014-07-301-2/+4
* Replace RoutingTableMessage with pairAnkur Dave2014-07-234-30/+36
* 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