aboutsummaryrefslogtreecommitdiff
path: root/graphx/src/main
Commit message (Expand)AuthorAgeFilesLines
* [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-0/+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
* [SPARK-4600][GraphX]: org.apache.spark.graphx.VertexRDD.diff does not workBrennon York2015-03-131-2/+5
* [SPARK-5814][MLLIB][GRAPHX] Remove JBLAS from runtimeXiangrui Meng2015-03-121-37/+59
* [SPARK-6103][Graphx]remove unused class to import in EdgeRDDImplLianhui Wang2015-03-021-1/+1
* [SPARK-1955][GraphX]: VertexRDD can incorrectly assume index sharingBrennon York2015-02-251-3/+9
* SPARK-5815 [MLLIB] Part 2. Deprecate SVDPlusPlus APIs that expose DoubleMatri...Sean Owen2015-02-161-27/+15
* SPARK-5815 [MLLIB] Deprecate SVDPlusPlus APIs that expose DoubleMatrix from J...Sean Owen2015-02-151-0/+25
* SPARK-3290 [GRAPHX] No unpersist callls in SVDPlusPlusSean Owen2015-02-131-8/+32
* [SPARK-5343][GraphX]: ShortestPaths traverses backwardsBrennon York2015-02-101-2/+2
* [SPARK-5380][GraphX] Solve an ArrayIndexOutOfBoundsException when build grap...Leolh2015-02-061-1/+1
* [SPARK-5534] [graphx] Graph getStorageLevel fixJoseph K. Bradley2015-02-022-0/+4
* [SPARK-5461] [graphx] Add isCheckpointed, getCheckpointedFiles methods to GraphJoseph K. Bradley2015-02-024-2/+41
* SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` doesn't work with Java 8Sean Owen2015-01-311-1/+1
* [SPARK-5351][GraphX] Do not use Partitioner.defaultPartitioner as a partition...Takeshi Yamamuro2015-01-231-2/+2
* [SPARK-5064][GraphX] Add numEdges upperbound validation for R-MAT graph gener...Kenji Kikushima2015-01-211-0/+6
* [SPARK-4917] Add a function to convert into a graph with canonical edges in G...Takeshi Yamamuro2015-01-081-0/+26