aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [MINOR][DOC][ML] ml.clustering scala & python api doc syncYanbo Liang2016-05-311-10/+25
* Revert "[SPARK-11753][SQL][TEST-HADOOP2.2] Make allowNonNumericNumbers option...Shixiong Zhu2016-05-3110-102/+58
* [SPARK-15622][SQL] Wrap the parent classloader of Janino's classloader in the...Yin Huai2016-05-312-10/+14
* [SPARK-15658][SQL] UDT serializer should declare its data type as udt instead...Wenchen Fan2016-05-313-3/+7
* [SPARK-15647][SQL] Fix Boundary Cases in OptimizeCodegen Rulegatorsmile2016-05-312-2/+35
* [SPARK-15649][SQL] Avoid to serialize MetastoreRelation in HiveTableScanExecLianhui Wang2016-05-311-1/+3
* [SPARK-15528][SQL] Fix race condition in NumberConverterTakeshi YAMAMURO2016-05-311-21/+17
* [SPARK-15641] HistoryServer to not show invalid date for incomplete applicationcatapan2016-05-311-1/+2
* [SPARK-15638][SQL] Audit Dataset, SparkSession, and SQLContextReynold Xin2016-05-3016-93/+69
* [SPARK-10530][CORE] Kill other task attempts when one taskattempt belonging t...Devaraj K2016-05-3019-22/+119
* [DOCS] fix example code issues in documentationMatthew Wise2016-05-302-3/+3
* [SPARK-15645][STREAMING] Fix some typos of Streaming moduleXin Ren2016-05-308-14/+13
* [SPARK-15112][SQL] Disables EmbedSerializerInFilter for plan fragments that c...Cheng Lian2016-05-292-2/+35
* [MINOR] Resolve a number of miscellaneous build warningsSean Owen2016-05-298-6/+15
* [SPARK-15636][SQL] Make aggregate expressions more concise in explainReynold Xin2016-05-282-2/+15
* [SPARK-15637][SPARKR] fix R tests on R 3.2.2felixcheung2016-05-281-1/+1
* [SPARK-15549][SQL] Disable bucketing when the output doesn't contain all buck...Yadong Qi2016-05-282-7/+17
* [SPARK-15553][SQL] Dataset.createTempView should use CreateViewCommandLiang-Chi Hsieh2016-05-277-31/+39
* [SPARK-15633][MINOR] Make package name for Java tests consistentReynold Xin2016-05-278-12/+19
* [SPARK-15610][ML] update error message for k in pcaZheng RuiFeng2016-05-272-4/+3
* [SPARK-15562][ML] Delete temp directory after program exit in DataFrameExampledding32016-05-272-4/+4
* [SPARK-15449][MLLIB][EXAMPLE] Wrong Data Format - Documentation Issuewm624@hotmail.com2016-05-274-33/+10
* [SPARK-15594][SQL] ALTER TABLE SERDEPROPERTIES does not respect partition specAndrew Or2016-05-272-6/+84
* [SPARK-9876][SQL] Update Parquet to 1.8.1.Ryan Blue2016-05-2711-117/+91
* [SPARK-15431][SQL][BRANCH-2.0-TEST] rework the clisuite test casesXin Wu2016-05-271-11/+26
* [SPARK-15413][ML][MLLIB] Change `toBreeze` to `asBreeze` in Vector and MatrixDB Tsai2016-05-2749-153/+156
* [SPARK-15008][ML][PYSPARK] Add integration test for OneVsRestyinxusen2016-05-271-23/+46
* [SPARK-11959][SPARK-15484][DOC][ML] Document WLS and IRLSYanbo Liang2016-05-272-6/+81
* [SPARK-15186][ML][DOCS] Add user guide for generalized linear regressionsethah2016-05-271-0/+132
* [SPARK-14400][SQL] ScriptTransformation does not fail the job for bad user co...Tejas Patil2016-05-273-34/+81
* [HOTFIX] Scala 2.10 compile GaussianMixtureModelAndrew Or2016-05-271-1/+1
* [YARN][DOC][MINOR] Remove several obsolete env variables and update the docjerryshao2016-05-272-4/+4
* [SPARK-15531][DEPLOY] spark-class tries to use too much memory when running L...Sean Owen2016-05-272-2/+2
* [SPARK-15569] Reduce frequency of updateBytesWritten function in Diskā€¦Sital Kedia2016-05-272-8/+7
* [MINOR][DOCS] Typo fixes in Dataset scaladocXinh Huynh2016-05-271-2/+2
* [SPARK-15597][SQL] Add SparkSession.emptyDatasetReynold Xin2016-05-272-0/+18
* [SPARK-15599][SQL][DOCS] API docs for `createDataset` functions in SparkSessionSameer Agarwal2016-05-271-0/+63
* [SPARK-15584][SQL] Abstract duplicate code: `spark.sql.sources.` propertiesDongjoon Hyun2016-05-2716-94/+95
* [SPARK-15603][MLLIB] Replace SQLContext with SparkSession in ML/MLLibDongjoon Hyun2016-05-2723-195/+160
* [SPARK-15565][SQL] Add the File Scheme to the Default Value of WAREHOUSE_PATHgatorsmile2016-05-273-1/+38
* [SPARK-15431][SQL][HOTFIX] ignore 'list' command testcase from CliSuite for nowXin Wu2016-05-271-2/+2
* [SPARK-15529][SQL] Replace SQLContext and HiveContext with SparkSession in Testgatorsmile2016-05-2661-354/+319
* [MINOR] Fix Typos 'a -> an'Zheng RuiFeng2016-05-2661-78/+78
* [MINOR][CORE] Fixed doc for Accumulator2.addJoseph K. Bradley2016-05-261-4/+4
* [SPARK-10903] followup - update API doc for SqlContextfelixcheung2016-05-265-85/+82
* [SPARK-8603][SPARKR] Use shell() instead of system2() for SparkR on Windowshyukjinkwon2016-05-266-10/+44
* [SPARK-15583][SQL] Disallow altering datasource propertiesAndrew Or2016-05-265-67/+139
* [SPARK-15542][SPARKR] Make error message clear for script './R/install-dev.sh...Xin Ren2016-05-261-1/+6
* [SPARK-15538][SPARK-15539][SQL] Truncate table fixes round 2Andrew Or2016-05-262-26/+86
* [SPARK-15532][SQL] SQLContext/HiveContext's public constructors should use Sp...Yin Huai2016-05-266-22/+15