aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1628: Add missing hashCode methods in Partitioner subclasseszsxwing2014-06-083-1/+20
* SPARK-1898: In deploy.yarn.Client, use YarnClient not YarnClientImplColin Patrick McCabe2014-06-082-10/+17
* SPARK-2026: Maven Hadoop Profiles Should Set The Hadoop VersionBernardo Gomez Palacio2014-06-081-2/+8
* SPARK-2056 Set RDD name to input pathNeville Li2014-06-071-4/+4
* HOTFIX: Support empty body in merge scriptPatrick Wendell2014-06-071-2/+3
* [SPARK-1994][SQL] Weird data corruption bug when running Spark SQL on data in...Michael Armbrust2014-06-071-10/+5
* [SPARK-1841]: update scalatest to version 2.1.5witgo2014-06-0611-36/+47
* [SPARK-2050 - 2][SQL] DIV and BETWEEN should not be case sensitive.Michael Armbrust2014-06-064-4/+10
* [SPARK-1552] Fix type comparison bug in {map,outerJoin}VerticesAnkur Dave2014-06-055-8/+40
* [SPARK-2050][SQL] LIKE, RLIKE and IN in HQL should not be case sensitive.Michael Armbrust2014-06-051-4/+8
* SPARK-2043: ExternalAppendOnlyMap doesn't always find matching keysMatei Zaharia2014-06-052-5/+44
* [SPARK-2025] Unpersist edges of previous graph in PregelAnkur Dave2014-06-051-0/+1
* Use pluggable clock in DAGSheduler #SPARK-2031CrazyJvm2014-06-051-6/+7
* [SPARK-2041][SQL] Correctly analyze queries where columnName == tableName.Michael Armbrust2014-06-053-1/+11
* Remove compile-scoped junit dependency.Marcelo Vanzin2014-06-052-1/+10
* sbt 0.13.X should be using sbt-assembly 0.11.XKalpit Shah2014-06-051-1/+1
* HOTFIX: Remove generated-mima-excludes file after runing MIMA.Patrick Wendell2014-06-051-0/+1
* [SPARK-2036] [SQL] CaseConversionExpression should check if the evaluated val...Takuya UESHIN2014-06-053-2/+28
* SPARK-1677: allow user to disable output dir existence checkingCodingCat2014-06-053-2/+34
* [SPARK-2029] Bump pom.xml version number of master branch to 1.1.0-SNAPSHOT.Takuya UESHIN2014-06-0523-23/+23
* Fix issue in ReplSuite with hadoop-provided profile.Marcelo Vanzin2014-06-041-1/+13
* Minor: Fix documentation error from apache/spark#946Ankur Dave2014-06-041-2/+2
* SPARK-1790: Update EC2 scripts to support r3 instance typesVarakhedi Sujeet2014-06-041-2/+12
* SPARK-1518: FileLogger: Fix compile against Hadoop trunkColin McCabe2014-06-041-4/+12
* [SPARK-1752][MLLIB] Standardize text format for vectors and labeled pointsXiangrui Meng2014-06-0418-72/+579
* SPARK-1973. Add randomSplit to JavaRDD (with tests, and tidy Java tests)Sean Owen2014-06-044-334/+358
* [MLLIB] set RDD names in ALSNeville Li2014-06-041-5/+11
* [SPARK-1817] RDD.zip() should verify partition sizes for each partitionKan Zhang2014-06-035-100/+33
* SPARK-1806 (addendum) Use non-deprecated methods in Mesos 0.18Sean Owen2014-06-032-3/+5
* Update spark-ec2 scripts for 1.0.0 on masterAaron Davidson2014-06-031-3/+3
* Enable repartitioning of graph over different number of partitionsJoseph E. Gonzalez2014-06-033-4/+20
* use env default python in merge_spark_pr.pyXiangrui Meng2014-06-031-1/+1
* SPARK-1941: Update streamlib to 2.7.0 and use HyperLogLogPlus instead of Hype...Reynold Xin2014-06-0311-135/+189
* [SPARK-1161] Add saveAsPickleFile and SparkContext.pickleFile in PythonKan Zhang2014-06-032-8/+39
* Fixed a typoDB Tsai2014-06-031-1/+1
* [SPARK-1991] Support custom storage levels for vertices and edgesAnkur Dave2014-06-038-97/+229
* Synthetic GraphX BenchmarkJoseph E. Gonzalez2014-06-034-11/+171
* fix java.lang.ClassCastExceptionbaishuo(白硕)2014-06-031-1/+1
* [SPARK-1468] Modify the partition function used by partitionBy.Erik Selin2014-06-031-1/+4
* Add support for Pivotal HD in the Maven build: SPARK-1992tzolov2014-06-032-0/+12
* [SPARK-1912] fix compress memory issue during reduceWenchen Fan(Cloud)2014-06-031-2/+20
* SPARK-2001 : Remove docs/spark-debugger.md from masterHenry Saputra2014-06-031-121/+0
* [SPARK-1942] Stop clearing spark.driver.port in unit testsSyed Hashmi2014-06-0323-42/+0
* Avoid dynamic dispatching when unwrapping Hive data.Cheng Lian2014-06-022-15/+18
* [SPARK-1995][SQL] system function upper and lower can be supportedegraldlo2014-06-024-1/+70
* [SPARK-1958] Calling .collect() on a SchemaRDD should call executeCollect() o...Cheng Lian2014-06-023-2/+8
* [SPARK-1553] Alternating nonnegative least-squaresTor Myklebust2014-06-024-14/+300
* Add landmark-based Shortest Path algorithm to graphx.libAnkur Dave2014-06-022-0/+120
* Better explanation for how to use MIMA excludes.Patrick Wendell2014-06-017-29/+124
* Made spark_ec2.py PEP8 compliant.Reynold Xin2014-06-011-675/+712