aboutsummaryrefslogtreecommitdiff
path: root/graphx/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5064][GraphX] Add numEdges upperbound validation for R-MAT graph gener...Kenji Kikushima2015-01-211-0/+10
* [SPARK-4917] Add a function to convert into a graph with canonical edges in G...Takeshi Yamamuro2015-01-081-0/+15
* [SPARK-3623][GraphX] GraphX should support the checkpoint operationGuoQiang Li2014-12-061-0/+21
* Removing confusing TripletFieldsJoseph E. Gonzalez2014-11-261-1/+1
* [SPARK-3936] Add aggregateMessages, which supersedes mapReduceTripletsAnkur Dave2014-11-113-68/+29
* [SPARK-3649] Remove GraphX custom serializersAnkur Dave2014-11-101-122/+0
* SPARK-1813. Add a utility to SparkConf that makes using Kryo really easySandy Ryza2014-10-213-11/+7
* [SPARK-3578] Fix upper bound in GraphGenerators.sampleLogNormalAnkur Dave2014-09-221-2/+5
* [SPARK-2062][GraphX] VertexRDD.apply does not use the mergeFuncLarry Xiao2014-09-181-0/+11
* [HOTFIX] [SPARK-3400] Revert 9b225ac "fix GraphX EdgeRDD zipPartitions"Ankur Dave2014-09-031-16/+0
* [SPARK-3263][GraphX] Fix changes made to GraphGenerator.logNormalGraph in PR ...RJ Nowling2014-09-031-0/+110
* [SPARK-2823][GraphX]fix GraphX EdgeRDD zipPartitionsluluorta2014-09-021-0/+16
* Remove GraphX MessageToPartition for compatibility with sort-based shuffleAnkur Dave2014-07-221-73/+0
* [SPARK-2455] Mark (Shippable)VertexPartition serializableAnkur Dave2014-07-122-11/+33
* [SPARK-1552] Fix type comparison bug in {map,outerJoin}VerticesAnkur Dave2014-06-051-0/+25
* [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-021-0/+49
* initial version of LPAAnkur Dave2014-05-291-0/+45
* [SPARK-1931] Reconstruct routing tables in Graph.partitionByAnkur Dave2014-05-261-0/+10
* bugfix: overflow of graphx Edge compare functionZhen Peng2014-05-161-0/+39
* SPARK-1786: Reopening PR 724Ankur Dave2014-05-121-0/+18
* Revert "SPARK-1786: Edge Partition Serialization"Patrick Wendell2014-05-121-18/+0
* SPARK-1786: Edge Partition SerializationAnkur Dave2014-05-111-0/+18
* Unify GraphImpl RDDs + other graph load optimizationsAnkur Dave2014-05-104-30/+49
* SPARK-1708. Add a ClassTag on Serializer and things that depend on itMatei Zaharia2014-05-101-2/+3
* Fix Scala StyleSandeep2014-04-241-2/+5
* SPARK-1329: Create pid2vid with correct number of partitionsAnkur Dave2014-04-161-0/+12
* Rebuild routing table after Graph.reverseAnkur Dave2014-04-161-0/+10
* SPARK-1501: Ensure assertions in Graph.apply are asserted.William Benton2014-04-151-1/+1
* Remove Unnecessary Whitespace'sSandeep2014-04-101-1/+1
* 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
* Do not re-use objects in the EdgePartition/EdgeTriplet iterators.Daniel Darabos2014-04-021-0/+43
* SPARK-1255: Allow user to pass Serializer object instead of class name for sh...Reynold Xin2014-03-161-18/+12
* Graph primitives2Semih Salihoglu2014-02-241-9/+125
* Merge pull request #436 from ankurdave/VertexId-caseReynold Xin2014-01-146-34/+34
|\
| * VertexID -> VertexIdAnkur Dave2014-01-146-34/+34
* | Fixed SVDPlusPlusSuite in Maven build.Reynold Xin2014-01-141-7/+3
|/
* Add missing header filesPatrick Wendell2014-01-1414-0/+238
* Moved SVDPlusPlusConf into SVDPlusPlus object itself.Reynold Xin2014-01-131-1/+1
* Moved PartitionStrategy's into an object.Reynold Xin2014-01-132-4/+2
* Add EdgeDirection.Either and use it to fix CC bugAnkur Dave2014-01-133-3/+3
* Remove aggregateNeighborsAnkur Dave2014-01-131-26/+0
* Improving documentation and identifying potential bug in CC calculation.Joseph E. Gonzalez2014-01-131-0/+30
* Use SparkConf in GraphX tests (via LocalSparkContext)Ankur Dave2014-01-111-5/+5
* algorithms -> libAnkur Dave2014-01-115-6/+6
* Avoid recomputation by caching all multiply-used RDDsAnkur Dave2014-01-107-29/+30
* Add implicit algorithm methods for Graph; remove standalone PageRankAnkur Dave2014-01-094-28/+21
* graph -> graphxAnkur Dave2014-01-0914-0/+1352