aboutsummaryrefslogtreecommitdiff
path: root/graphx
Commit message (Expand)AuthorAgeFilesLines
* Revert "Preparing Spark release v1.2.0-rc1"Patrick Wendell2014-11-281-1/+1
* Revert "Preparing development version 1.2.1-SNAPSHOT"Patrick Wendell2014-11-281-1/+1
* Preparing development version 1.2.1-SNAPSHOTPatrick Wendell2014-11-281-1/+1
* Preparing Spark release v1.2.0-rc1Patrick Wendell2014-11-281-1/+1
* Removing confusing TripletFieldsJoseph E. Gonzalez2014-11-264-33/+8
* Revert "Preparing Spark release v1.2.0-rc1"Patrick Wendell2014-11-261-1/+1
* Revert "Preparing development version 1.2.1-SNAPSHOT"Patrick Wendell2014-11-261-1/+1
* Preparing development version 1.2.1-SNAPSHOTPatrick Wendell2014-11-261-1/+1
* Preparing Spark release v1.2.0-rc1Patrick Wendell2014-11-261-1/+1
* Revert "Preparing Spark release v1.2.0-rc1"Patrick Wendell2014-11-261-1/+1
* Revert "Preparing development version 1.2.1-SNAPSHOT"Patrick Wendell2014-11-261-1/+1
* Preparing development version 1.2.1-SNAPSHOTPatrick Wendell2014-11-261-1/+1
* Preparing Spark release v1.2.0-rc1Patrick Wendell2014-11-261-1/+1
* Revert "Preparing Spark release v1.2.0-rc1"Patrick Wendell2014-11-261-1/+1
* Revert "Preparing development version 1.2.1-SNAPSHOT"Patrick Wendell2014-11-261-1/+1
* Preparing development version 1.2.1-SNAPSHOTUbuntu2014-11-261-1/+1
* Preparing Spark release v1.2.0-rc1Ubuntu2014-11-261-1/+1
* Revert "Preparing Spark release v1.2.0-snapshot1"Patrick Wendell2014-11-261-1/+1
* Revert "Preparing development version 1.2.1-SNAPSHOT"Patrick Wendell2014-11-261-1/+1
* 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
* Preparing development version 1.2.1-SNAPSHOTUbuntu2014-11-171-1/+1
* Preparing Spark release v1.2.0-snapshot1Ubuntu2014-11-171-1/+1
* Revert "Preparing Spark release v1.2.0-snapshot0"Patrick Wendell2014-11-161-1/+1
* Revert "Preparing development version 1.2.1-SNAPSHOT"Patrick Wendell2014-11-161-2/+2
* Preparing development version 1.2.1-SNAPSHOTUbuntu2014-11-171-2/+2
* Preparing Spark release v1.2.0-snapshot0Ubuntu2014-11-171-1/+1
* [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-1115-376/+766
* [SPARK-3649] Remove GraphX custom serializersAnkur Dave2014-11-105-567/+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-215-12/+55
* [SPARK-3748] Log thread name in unit test logsReynold Xin2014-10-011-1/+1
* 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-222-3/+6
* [SPARK-2062][GraphX] VertexRDD.apply does not use the mergeFuncLarry Xiao2014-09-183-7/+36
* [SPARK-3427] [GraphX] Avoid active vertex tracking in static PageRankAnkur Dave2014-09-121-16/+29
* [SPARK-3397] Bump pom.xml version number of master branch to 1.2.0-SNAPSHOTGuoQiang Li2014-09-061-1/+1
* [HOTFIX] [SPARK-3400] Revert 9b225ac "fix GraphX EdgeRDD zipPartitions"Ankur Dave2014-09-032-18/+2
* [SPARK-3263][GraphX] Fix changes made to GraphGenerator.logNormalGraph in PR ...RJ Nowling2014-09-032-29/+146
* [SPARK-2823][GraphX]fix GraphX EdgeRDD zipPartitionsluluorta2014-09-022-2/+18
* [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