aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-15550][SQL] Dataset.show() should show contents nested products as rowsCheng Lian2016-05-262-26/+52
* [SPARK-8428][SPARK-13850] Fix integer overflows in TimSortSameer Agarwal2016-05-263-6/+30
* [SPARK-13445][SQL] Improves error message and add test coverage for Window fu...Sean Zhong2016-05-262-1/+11
* [SPARK-15457][MLLIB][ML] Eliminate some warnings from MLlib about deprecationsSean Owen2016-05-2618-62/+63
* [SPARK-15552][SQL] Remove unnecessary private[sql] methods in SparkSessionReynold Xin2016-05-2629-168/+129
* [SPARK-15520][SQL] Also set sparkContext confs when using SparkSession builde...Eric Liang2016-05-261-1/+3
* [SPARK-15539][SQL] DROP TABLE throw exception if table doesn't existAndrew Or2016-05-266-40/+42
* [SPARK-13148][YARN] document zero-keytab Oozie application launch; add diagno...Steve Loughran2016-05-263-2/+148
* [SPARK-10903][SPARKR] R - Simplify SQLContext method signatures and use a sin...felixcheung2016-05-266-297/+450
* [SPARK-15523][ML][MLLIB] Update JPMML to 1.2.15Villu Ruusmann2016-05-266-22/+13
* [SPARK-15492][ML][DOC] Binarization scala example copy & paste to spark-shell...wm624@hotmail.com2016-05-262-4/+3
* [SPARK-15537][SQL] fix dir delete issueBo Meng2016-05-262-21/+3
* [SPARK-15543][SQL] Rename DefaultSources to make them more self-describingReynold Xin2016-05-2520-69/+99