aboutsummaryrefslogtreecommitdiff
path: root/graphx/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-052-4/+2
* [SPARK-5882][GRAPHX] Add a test for GraphLoader.edgeListFileTakeshi YAMAMURO2015-12-211-0/+47
* [SPARK-12112][BUILD] Upgrade to SBT 0.13.9Josh Rosen2015-12-051-1/+1
* [SPARK-11432][GRAPHX] Personalized PageRank shouldn't use uniform initializationYves Raimond2015-11-021-4/+9
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-101-0/+2
* [SPARK-3850] Trim trailing spaces for examples/streaming/yarn.Reynold Xin2015-05-311-5/+5
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-2917-57/+34
* [SPARK-7927] whitespace fixes for GraphX.Reynold Xin2015-05-285-20/+23
* [SPARK-5854] personalized page rankDan McClary2015-05-011-0/+47
* [SPARK-6765] Fix test code style for graphx.Reynold Xin2015-04-086-85/+88
* [SPARK-6510][GraphX]: Add Graph#minus method to act as Set#differenceBrennon York2015-03-261-2/+31
* SPARK-6338 [CORE] Use standard temp dir mechanisms in tests to avoid orphane...Sean Owen2015-03-201-4/+2
* [SPARK-5922][GraphX]: Add diff(other: RDD[VertexId, VD]) in VertexRDDBrennon York2015-03-161-0/+13
* [SPARK-5790][GraphX]: VertexRDD's won't zip properly for `diff` capability (a...Brennon York2015-03-141-1/+37
* [SPARK-5814][MLLIB][GRAPHX] Remove JBLAS from runtimeXiangrui Meng2015-03-121-3/+3
* SPARK-5815 [MLLIB] Deprecate SVDPlusPlus APIs that expose DoubleMatrix from J...Sean Owen2015-02-151-1/+1
* [SPARK-4795][Core] Redesign the "primitive type => Writable" implicit APIs to...zsxwing2015-02-031-1/+1
* [SPARK-5534] [graphx] Graph getStorageLevel fixJoseph K. Bradley2015-02-023-4/+67
* [SPARK-5461] [graphx] Add isCheckpointed, getCheckpointedFiles methods to GraphJoseph K. Bradley2015-02-021-0/+4
* [SPARK-5351][GraphX] Do not use Partitioner.defaultPartitioner as a partition...Takeshi Yamamuro2015-01-231-0/+20
* [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