aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-2076][SQL] Pushdown the join filter & predication for outer joinCheng Hao2014-06-102-22/+277
* [SPARK-1978] In some cases, spark-yarn does not automatically restart the fai...witgo2014-06-102-27/+34
* Moved hiveOperators.scala to the right package folderCheng Lian2014-06-101-0/+0
* [SPARK-1508][SQL] Add SQLConf to SQLContext.Zongheng Yang2014-06-1014-61/+429
* SPARK-1416: PySpark support for SequenceFile and Hadoop InputFormatsNick Pentreath2014-06-0913-6/+1140
* Make sure that empty string is filtered out when we get the secondary jars fr...DB Tsai2014-06-091-2/+4
* [SPARK-1704][SQL] Fully support EXPLAIN commands as SchemaRDD.Zongheng Yang2014-06-096-4/+68
* [SQL] Simple framework for debugging query executionMichael Armbrust2014-06-093-50/+119
* [SPARK-1522] : YARN ClientBase throws a NPE if there is no YARN Application CPBernardo Gomez Palacio2014-06-092-34/+167
* Added a TaskSetManager unit test.Kay Ousterhout2014-06-091-0/+16
* [SPARK-1495][SQL]add support for left semi joinDaoyuan2014-06-0937-3/+216
* SPARK-1944 Document --verbose in spark-shell -hAndrew Ash2014-06-091-0/+3
* [SPARK-1308] Add getNumPartitions to pyspark RDDSyed Hashmi2014-06-091-18/+27
* Grammar: read -> readsAndrew Ash2014-06-081-1/+1
* [SPARK-2067] use relative path for Spark logo in UINeville Li2014-06-081-1/+1
* SPARK-1628 follow up: Improve RangePartitioner's documentation.Reynold Xin2014-06-081-1/+4
* Update run-examplemaji20142014-06-081-1/+1
* 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