aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-16371][SQL] Two follow-up tasksReynold Xin2016-07-062-3/+3
* [MESOS] expand coarse-grained mode docsMichael Gummelt2016-07-061-26/+51
* [SPARK-16379][CORE][MESOS] Spark on mesos is broken due to race condition in ...Sean Owen2016-07-062-5/+10
* [SPARK-15740][MLLIB] Word2VecSuite "big model load / save" caused OOM in mave...tmnd19912016-07-062-10/+31
* [SPARK-16371][SQL] Do not push down filters incorrectly when inner name and o...hyukjinkwon2016-07-063-2/+19
* [SPARK-16304] LinkageError should not crash Spark executorpetermaxlee2016-07-062-1/+14
* [MINOR][PYSPARK][DOC] Fix wrongly formatted examples in PySpark documentationhyukjinkwon2016-07-066-23/+26
* [DOC][SQL] update out-of-date code snippets using SQLContext in all documents.WeichenXu2016-07-062-20/+23
* [SPARK-15979][SQL] Renames CatalystWriteSupport to ParquetWriteSupportCheng Lian2016-07-062-10/+10
* [SPARK-15591][WEBUI] Paginate Stage Table in Stages tabTao Lin2016-07-065-141/+441
* [SPARK-16229][SQL] Drop Empty Table After CREATE TABLE AS SELECT failsgatorsmile2016-07-062-2/+26
* [SPARK-16307][ML] Add test to verify the predicted variances of a DT on toy dataMechCoder2016-07-062-0/+32
* [SPARK-16388][SQL] Remove spark.sql.nativeView and spark.sql.nativeView.canon...Reynold Xin2016-07-064-178/+106
* [SPARK-16249][ML] Change visibility of Object ml.clustering.LDA to public for...Yuhao Yang2016-07-061-4/+6
* [SPARK-16339][CORE] ScriptTransform does not print stderr when outstream is lostTejas Patil2016-07-061-4/+4
* [SPARK-16340][SQL] Support column arguments for `regexp_replace` Dataset oper...Dongjoon Hyun2016-07-052-1/+13
* [SPARK-16389][SQL] Remove MetastoreRelation from SparkHiveWriterContainer and...gatorsmile2016-07-062-15/+9
* [SPARK-16286][SQL] Implement stack table generating functionDongjoon Hyun2016-07-065-1/+126
* [SPARK-16348][ML][MLLIB][PYTHON] Use full classpaths for pyspark ML JVM callsJoseph K. Bradley2016-07-058-26/+28
* [SPARK-16385][CORE] Catch correct exception when calling method via reflection.Marcelo Vanzin2016-07-051-1/+1
* [SPARK-16383][SQL] Remove `SessionState.executeSql`Dongjoon Hyun2016-07-052-6/+4
* [SPARK-16359][STREAMING][KAFKA] unidoc skip kafka 0.10cody koeninger2016-07-051-2/+16
* [SPARK-15730][SQL] Respect the --hiveconf in the spark-sql command lineCheng Hao2016-07-052-0/+19
* [HOTFIX] Fix build break.Reynold Xin2016-07-051-1/+1
* [SPARK-16212][STREAMING][KAFKA] use random port for embedded kafkacody koeninger2016-07-051-2/+4
* [SPARK-16311][SQL] Metadata refresh should work on temporary viewsReynold Xin2016-07-0512-36/+101
* [SPARK-9876][SQL][FOLLOWUP] Enable string and binary tests for Parquet predic...hyukjinkwon2016-07-054-18/+9
* [SPARK-16360][SQL] Speed up SQL query performance by removing redundant `exec...Dongjoon Hyun2016-07-051-1/+1
* [SPARK-15198][SQL] Support for pushing down filters for boolean types in ORC ...hyukjinkwon2016-07-054-11/+39
* [SPARK-15968][SQL] Nonempty partitioned metastore tables are not cachedMichael Allman2016-07-053-19/+59
* [SPARK-16353][BUILD][DOC] Missing javadoc options for java unidocMichael Allman2016-07-041-2/+1
* [MINOR][DOCS] Remove unused images; crush PNGs that could use it for good mea...Sean Owen2016-07-0426-0/+0
* [SPARK-16260][ML][EXAMPLE] PySpark ML Example Improvements and Cleanupwm624@hotmail.com2016-07-038-7/+8
* [SPARK-16358][SQL] Remove InsertIntoHiveTable From Logical Plangatorsmile2016-07-043-47/+1
* [SPARK-15204][SQL] improve nullability inference for AggregatorKoert Kuipers2016-07-042-4/+13
* [SPARK-16288][SQL] Implement inline table generating functionDongjoon Hyun2016-07-045-36/+124
* [SPARK-16278][SPARK-16279][SQL] Implement map_keys/map_values SQL functionsDongjoon Hyun2016-07-035-1/+79
* [SPARK-16329][SQL] Star Expansion over Table Containing No Columngatorsmile2016-07-032-9/+37
* [MINOR][BUILD] Fix Java linter errorsDongjoon Hyun2016-07-026-20/+25
* [SPARK-16345][DOCUMENTATION][EXAMPLES][GRAPHX] Extract graphx programming gui...WeichenXu2016-07-027-127/+426
* [GRAPHX][EXAMPLES] move graphx test data directory and update graphx documentWeichenXu2016-07-023-9/+9
* [SPARK-16095][YARN] Yarn cluster mode should report correct state to SparkLau...peng.zhang2016-07-012-15/+31
* [SPARK-16233][R][TEST] ORC test should be enabled only when HiveContext is av...Dongjoon Hyun2016-07-011-0/+2
* [SPARK-16335][SQL] Structured streaming should fail if source directory does ...Reynold Xin2016-07-014-35/+36
* [SPARK-16299][SPARKR] Capture errors from R workers in daemon.R to avoid dele...Sun Rui2016-07-011-1/+1
* [SPARK-16012][SPARKR] Implement gapplyCollect which will apply a R function o...Narine Kokhlikyan2016-07-015-67/+177
* [SPARK-16208][SQL] Add `PropagateEmptyRelation` optimizerDongjoon Hyun2016-07-013-1/+242
* [SPARK-16222][SQL] JDBC Sources - Handling illegal input values for `fetchsiz...gatorsmile2016-07-017-45/+98
* [SPARK-15761][MLLIB][PYSPARK] Load ipython when default python is Python3MechCoder2016-07-011-1/+3
* [SPARK-16182][CORE] Utils.scala -- terminateProcess() should call Process.des...Sean Owen2016-07-012-31/+47