aboutsummaryrefslogtreecommitdiff
path: root/graphx/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18692][BUILD][DOCS] Test Java 8 unidoc build on Jenkinshyukjinkwon2017-04-121-1/+1
* [SPARK-18847][GRAPHX] PageRank gives incorrect results for graphs with sinksAndrew Ray2017-03-171-46/+112
* [SPARK-14804][SPARK][GRAPHX] Fix checkpointing of VertexRDD/EdgeRDDTathagata Das2017-01-252-0/+53
* [SPARK-18845][GRAPHX] PageRank has incorrect initialization value that leads ...Andrew Ray2016-12-151-4/+30
* [SPARK-11496][GRAPHX] Parallel implementation of personalized pagerankYves Raimond2016-09-101-0/+24
* [SPARK-16694][CORE] Use for/foreach rather than map for Unit expressions whos...Sean Owen2016-07-301-1/+1
* [SPARK-14134][CORE] Change the package name used for shading classes.Marcelo Vanzin2016-04-061-2/+1
* [SPARK-14219][GRAPHX] Fix `pickRandomVertex` not to fall into infinite loops ...Dongjoon Hyun2016-03-281-0/+9
* [MINOR][DOCS] Fix more typos in comments/strings.Dongjoon Hyun2016-03-141-1/+1
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-131-1/+2
* [MINOR] Fix typos in comments and testcase name of codeDongjoon Hyun2016-03-031-1/+1
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-036-16/+4
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-031-1/+1
* [SPARK-3650][GRAPHX] Triangle Count handles reverse edges incorrectlyRobin East2016-02-212-3/+19
* [SPARK-12995][GRAPHX] Remove deprecate APIs from PregelTakeshi YAMAMURO2016-02-151-46/+6
* [SPARK-12655][GRAPHX] GraphX does not unpersist RDDsJason Lee2016-01-151-0/+16
* [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-6758]block the right jetty package in logWangTaoTheTonic2015-04-091-2/+2
* [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-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-061-2/+2
* [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-3748] Log thread name in unit test logsReynold Xin2014-10-011-1/+1
* [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