aboutsummaryrefslogtreecommitdiff
path: root/graphx/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11496][GRAPHX] Parallel implementation of personalized pagerankYves Raimond2016-09-102-1/+92
* [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add mu...Holden Karau2016-08-081-2/+1
* [SPARK-16478] graphX (added graph caching in strongly connected components)Michał Wesołowski2016-07-191-36/+50
* [SPARK-3359][DOCS] More changes to resolve javadoc 8 errors that will help un...Sean Owen2016-07-161-1/+1
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-061-1/+1
* [SPARK-15057][GRAPHX] Remove stale TODO comment for making `enum` in GraphGen...Dongjoon Hyun2016-05-031-1/+0
* [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
* 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-281-1/+1
* [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-146-8/+8
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-039-22/+2
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-039-24/+25
* [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-212-20/+57
* [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-155-88/+30
* [SPARK-12655][GRAPHX] GraphX does not unpersist RDDsJason Lee2016-01-152-2/+4
* [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][GRAPHX] Import order fixes.Marcelo Vanzin2015-12-3023-50/+33
* Fixed error in scaladoc of convertToCanonicalEdgesGaurav Kumar2015-11-121-1/+1
* [SPARK-6152] Use shaded ASM5 to support closure cleaning of Java 8 compiled c...Josh Rosen2015-11-111-8/+8
* [SPARK-11432][GRAPHX] Personalized PageRank shouldn't use uniform initializationYves Raimond2015-11-021-11/+18
* [SPARK-10598] [DOCS]Robin East2015-09-141-1/+1
* [SPARK-10576] [BUILD] Move .java files out of src/main/scalaSean Owen2015-09-142-106/+0
* [SPARK-10227] fatal warnings with sbt on Scala 2.11Luc Bourlier2015-09-093-7/+7
* [SPARK-9960] [GRAPHX] sendMessage type fix in LabelPropagation.scalazc he2015-08-141-1/+1
* [SPARK-3190] [GRAPHX] Fix VertexRDD.count() overflow regressionAnkur Dave2015-08-031-1/+1
* [SPARK-9436] [GRAPHX] Pregel simplification patchAlexander Ulanov2015-07-291-13/+10
* [SPARK-9109] [GRAPHX] Keep the cached edge in the graphtien-dungle2015-07-171-2/+7
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-141-1/+1
* [SPARK-8718] [GRAPHX] Improve EdgePartition2D for non perfect square number o...Andrew Ray2015-07-141-11/+21
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-102-3/+2
* [SPARK-7979] Enforce structural type checker.Reynold Xin2015-05-311-1/+3
* [SPARK-7927] whitespace fixes for GraphX.Reynold Xin2015-05-2810-26/+27
* [SPARK-5854] personalized page rankDan McClary2015-05-012-6/+112
* SPARK-6710 GraphX Fixed Wrong initial bias in GraphX SVDPlusPlusMichael Malak2015-04-111-1/+1
* [SPARK-6736][GraphX][Doc]Example of Graph#aggregateMessages has errorSasaki Toru2015-04-071-1/+1
* [SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin2015-04-0311-29/+28
* [SPARK-6510][GraphX]: Add Graph#minus method to act as Set#differenceBrennon York2015-03-263-0/+56
* [HOTFIX] Build break due to https://github.com/apache/spark/pull/5128Reynold Xin2015-03-221-2/+2
* [SPARK-6455] [docs] Correct some mistakes and typosHangchen Yu2015-03-223-6/+6
* [SPARK-6357][GraphX] Add unapply in EdgeContextTakeshi YAMAMURO2015-03-161-0/+17
* [SPARK-5922][GraphX]: Add diff(other: RDD[VertexId, VD]) in VertexRDDBrennon York2015-03-162-0/+13