aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-10372] [CORE] basic test framework for entire spark schedulerImran Rashid2016-05-267-13/+728
* [SPARK-15439][SPARKR] Failed to run unit test in SparkRwm624@hotmail.com2016-05-252-2/+10
* [SPARK-15533][SQL] Deprecate Dataset.explodeSameer Agarwal2016-05-251-11/+22
* [SPARK-15525][SQL][BUILD] Upgrade ANTLR4 SBT pluginHerman van Hovell2016-05-257-15/+7
* [SPARK-15534][SPARK-15535][SQL] Truncate table fixesAndrew Or2016-05-254-23/+6
* Log warnings for numIterations * miniBatchFraction < 1.0Gio Borje2016-05-251-0/+5
* [MINOR] [PYSPARK] [EXAMPLES] Changed examples to use SparkSession.sparkContex...Bryan Cutler2016-05-255-5/+5
* [SPARK-14269][SCHEDULER] Eliminate unnecessary submitStage() call.Takuya UESHIN2016-05-252-25/+17
* [SPARK-15493][SQL] default QuoteEscapingEnabled flag to true when writing CSVJurriaan Pruis2016-05-2511-7/+69
* [SPARK-15483][SQL] IncrementalExecution should use extra strategies.Takuya UESHIN2016-05-252-1/+17
* [SPARK-15500][DOC][ML][PYSPARK] Remove default value in Param doc field in ALSNick Pentreath2016-05-252-6/+4
* [MINOR][MLLIB][STREAMING][SQL] Fix typoslfzCarlosC2016-05-2511-12/+12
* [MINOR][CORE] Fix a HadoopRDD log message and remove unused imports in rdd fi...Dongjoon Hyun2016-05-255-7/+4
* [SPARK-15520][SQL] SparkSession builder in python should also allow overridin...Eric Liang2016-05-251-11/+24
* [SPARK-15345][SQL][PYSPARK] SparkSession's conf doesn't take effect when this...Jeff Zhang2016-05-253-3/+28
* [SPARK-9044] Fix "Storage" tab in UI so that it reflects RDD name change.Lukasz2016-05-253-2/+19
* [SPARK-15436][SQL] Remove DescribeFunction and ShowFunctionsReynold Xin2016-05-2510-121/+145
* [SPARK-12071][DOC] Document the behaviour of NA in RKrishna Kalyan2016-05-241-0/+1
* [SPARK-15412][PYSPARK][SPARKR][DOCS] Improve linear isotonic regression pydoc...Holden Karau2016-05-242-14/+20