aboutsummaryrefslogtreecommitdiff
path: root/graphx
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-172-59/+144
* [SPARK-14804][SPARK][GRAPHX] Fix checkpointing of VertexRDD/EdgeRDDTathagata Das2017-01-252-0/+53
* [SPARK-3249][DOC] Fix links in ScalaDoc that cause warning messages in `sbt/s...hyukjinkwon2017-01-172-3/+3
* [SPARK-17807][CORE] split test-tags into test-JARRyan Williams2016-12-211-0/+12
* [SPARK-18845][GRAPHX] PageRank has incorrect initialization value that leads ...Andrew Ray2016-12-152-16/+42
* [SPARK-18695] Bump master branch version to 2.2.0-SNAPSHOTReynold Xin2016-12-021-1/+1
* [SPARK-18615][DOCS] Switch to multi-line doc to avoid a genjavadoc bug for ba...hyukjinkwon2016-11-293-5/+15
* [SPARK-3359][DOCS] Make javadoc8 working for unidoc/genjavadoc compatibility ...hyukjinkwon2016-11-294-4/+4
* [SPARK-3359][BUILD][DOCS] More changes to resolve javadoc 8 errors that will ...hyukjinkwon2016-11-256-8/+9
* [SPARK-18445][BUILD][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that`/`...hyukjinkwon2016-11-192-2/+2
* [SPARK-11496][GRAPHX][FOLLOWUP] Add param checking for runParallelPersonalize...Zheng RuiFeng2016-11-141-0/+7
* [SPARK-11496][GRAPHX] Parallel implementation of personalized pagerankYves Raimond2016-09-104-1/+121
* [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add mu...Holden Karau2016-08-081-2/+1
* [SPARK-16694][CORE] Use for/foreach rather than map for Unit expressions whos...Sean Owen2016-07-301-1/+1
* [SPARK-16478] graphX (added graph caching in strongly connected components)Michał Wesołowski2016-07-191-36/+50
* [SPARK-16535][BUILD] In pom.xml, remove groupId which is redundant definition...Xin Ren2016-07-191-1/+0
* [SPARK-3359][DOCS] More changes to resolve javadoc 8 errors that will help un...Sean Owen2016-07-161-1/+1
* [SPARK-16477] Bump master version to 2.1.0-SNAPSHOTReynold Xin2016-07-111-1/+1
* [GRAPHX][EXAMPLES] move graphx test data directory and update graphx documentWeichenXu2016-07-022-15/+0
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-061-1/+1
* [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spar...Sean Owen2016-05-171-1/+1
* [SPARK-15057][GRAPHX] Remove stale TODO comment for making `enum` in GraphGen...Dongjoon Hyun2016-05-031-1/+0
* Revert "[SPARK-14613][ML] Add @Since into the matrix and vector classes in sp...Yin Huai2016-04-281-1/+1
* [SPARK-14613][ML] Add @Since into the matrix and vector classes in spark-mlli...Pravin Gadakh2016-04-281-1/+1
* [MINOR][DOCS] Minor typo fixesJacek Laskowski2016-04-261-1/+1
* [SPARK-14868][BUILD] Enable NewLineAtEofChecker in checkstyle and fix lint-ja...Dongjoon Hyun2016-04-242-2/+2
* [SPARK-14134][CORE] Change the package name used for shading classes.Marcelo Vanzin2016-04-061-2/+1
* Added omitted word in error messageVictor Chima2016-04-061-1/+1
* [MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun2016-04-022-14/+14
* [SPARK-14219][GRAPHX] Fix `pickRandomVertex` not to fall into infinite loops ...Dongjoon Hyun2016-03-282-1/+10
* [MINOR] Fix newly added java-lint errorsDongjoon Hyun2016-03-261-3/+1
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-175-4/+6
* [SPARK-13816][GRAPHX] Add parameter checks for algorithms in GraphxZheng RuiFeng2016-03-166-2/+25
* [MINOR][DOCS] Fix more typos in comments/strings.Dongjoon Hyun2016-03-147-9/+9
* [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-0315-38/+6
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-0310-25/+26
* [MINOR][DOCS] Fix all typos in markdown files of `doc` and similar patterns i...Dongjoon Hyun2016-02-222-2/+2
* [SPARK-3650][GRAPHX] Triangle Count handles reverse edges incorrectlyRobin East2016-02-214-23/+76
* [SPARK-13416][GraphX] Add positive check for option 'numIter' in StronglyConn...Zheng RuiFeng2016-02-211-1/+1
* [SPARK-13386][GRAPHX] ConnectedComponents should support maxIteration optionZheng RuiFeng2016-02-202-6/+32
* [SPARK-12995][GRAPHX] Remove deprecate APIs from PregelTakeshi YAMAMURO2016-02-156-134/+36
* [SPARK-6363][BUILD] Make Scala 2.11 the default Scala versionJosh Rosen2016-01-301-2/+2
* [SPARK-12655][GRAPHX] GraphX does not unpersist RDDsJason Lee2016-01-153-2/+20
* [SPARK-12692][BUILD][GRAPHX] Scala style: Fix the style violation (Space befo...Kousuke Saruta2016-01-105-9/+8
* [SPARK-12665][CORE][GRAPHX] Remove Vector, VectorSuite and GraphKryoRegistrat...Kousuke Saruta2016-01-061-49/+0
* [SPARK-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-052-4/+2
* [SPARK-3873][GRAPHX] Import order fixes.Marcelo Vanzin2015-12-3023-50/+33