aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-19240][SQL][TEST] add test for setting location for managed tableWenchen Fan2017-01-171-0/+28
* [MINOR][YARN] Move YarnSchedulerBackendSuite to resource-managers/yarn direct...Yanbo Liang2017-01-171-0/+0
* [SPARK-19148][SQL] do not expose the external table concept in CatalogWenchen Fan2017-01-176-103/+211
* [SPARK-18905][STREAMING] Fix the issue of removing a failed jobset from JobSc...CodingCat2017-01-161-6/+8
* [SPARK-18828][SPARKR] Refactor scripts for RFelix Cheung2017-01-167-52/+146
* [SPARK-19232][SPARKR] Update Spark distribution download cache location on Wi...Felix Cheung2017-01-161-2/+2
* [SPARK-19066][SPARKR] SparkR LDA doesn't set optimizer correctlywm624@hotmail.com2017-01-164-5/+42
* [SPARK-18801][SQL][FOLLOWUP] Alias the view with its childjiangxingbo2017-01-165-57/+214
* [SPARK-19082][SQL] Make ignoreCorruptFiles work for ParquetLiang-Chi Hsieh2017-01-165-8/+140
* [SPARK-19120] Refresh Metadata Cache After Loading Hive Tablesgatorsmile2017-01-153-14/+75
* [SPARK-19206][DOC][DSTREAM] Fix outdated parameter descriptions in kafka010uncleGen2017-01-153-25/+16
* [SPARK-18971][CORE] Upgrade Netty to 4.0.43.FinalShixiong Zhu2017-01-156-6/+6
* [MINOR][DOC] Document local[*,F] master modesMaurus Cuelenaere2017-01-151-0/+2
* [SPARK-19042] spark executor can't download the jars when uber jar's http url...xiaojian.fxj2017-01-151-2/+2
* [SPARK-19207][SQL] LocalSparkSession should use Slf4JLoggerFactory.INSTANCETsuyoshi Ozawa2017-01-151-1/+1
* [SPARK-19151][SQL] DataFrameWriter.saveAsTable support hive overwritewindpiger2017-01-143-14/+34
* [SPARK-19221][PROJECT INFRA][R] Add winutils binaries to the path in AppVeyor...hyukjinkwon2017-01-141-0/+1
* [SPARK-19180] [SQL] the offset of short should be 2 in OffHeapColumnYucai Yu2017-01-132-1/+64
* [SPARK-18335][SPARKR] createDataFrame to support numPartitions parameterFelix Cheung2017-01-134-14/+72
* [SPARK-18687][PYSPARK][SQL] Backward compatibility - creating a Dataframe on ...Vinayak2017-01-132-2/+7
* Fix missing close-parens for In filter's toStringAndrew Ash2017-01-121-1/+1
* [SPARK-19178][SQL] convert string of large numbers to int should return nullWenchen Fan2017-01-125-25/+414
* [SPARK-19142][SPARKR] spark.kmeans should take seed, initSteps, and tol as pa...wm624@hotmail.com2017-01-123-3/+39
* [SPARK-19092][SQL] Save() API of DataFrameWriter should not scan all the save...gatorsmile2017-01-133-97/+106
* [SPARK-19110][MLLIB][FOLLOWUP] Add a unit test for testing logPrior and logLi...wm624@hotmail.com2017-01-121-0/+2
* [SPARK-17237][SQL] Remove backticks in a pivot result schemaTakeshi YAMAMURO2017-01-123-2/+10
* [SPARK-12757][CORE] lower "block locks were not released" log to info levelFelix Cheung2017-01-121-1/+1
* [SPARK-19055][SQL][PYSPARK] Fix SparkSession initialization when SparkContext...Liang-Chi Hsieh2017-01-122-6/+33
* [SPARK-18969][SQL] Support grouping by nondeterministic expressionsWenchen Fan2017-01-123-17/+86
* [SPARK-19183][SQL] Add deleteWithJob hook to internal commit protocol APIEric Liang2017-01-129-110/+149
* [SPARK-19164][PYTHON][SQL] Remove unused UserDefinedFunction._broadcastzero3232017-01-121-6/+0
* [SPARK-19158][SPARKR][EXAMPLES] Fix ml.R example fails due to lack of e1071 p...Yanbo Liang2017-01-121-8/+7
* [SPARK-16848][SQL] Check schema validation for user-specified schema in jdbc ...hyukjinkwon2017-01-113-3/+38
* [SPARK-19132][SQL] Add test cases for row size estimation and aggregate estim...wangzhenhua2017-01-117-160/+248
* [SPARK-19149][SQL] Follow-up: simplify cache implementation.Reynold Xin2017-01-111-8/+13
* [SPARK-18801][SQL] Support resolve a nested viewjiangxingbo2017-01-1116-69/+516
* [SPARK-17568][CORE][DEPLOY] Add spark-submit option to override ivy settings ...Bryan Cutler2017-01-114-74/+206
* [SPARK-19130][SPARKR] Support setting literal value as column implicitlyFelix Cheung2017-01-113-5/+39
* [SPARK-19021][YARN] Generailize HDFSCredentialProvider to support non HDFS se...jerryshao2017-01-116-45/+54
* [SPARK-19149][SQL] Unify two sets of statistics in LogicalPlanwangzhenhua2017-01-1036-146/+161
* [SPARK-19157][SQL] should be able to change spark.sql.runSQLOnFiles at runtimeWenchen Fan2017-01-104-11/+37
* [SPARK-19140][SS] Allow update mode for non-aggregation streaming queriesShixiong Zhu2017-01-108-52/+72
* [SPARK-18997][CORE] Recommended upgrade libthrift to 0.9.3Sean Owen2017-01-106-11/+11
* [SPARK-19133][SPARKR][ML] fix glm for Gamma, clarify glm family supportedFelix Cheung2017-01-103-11/+24
* [SPARK-19137][SQL] Fix `withSQLConf` to reset `OptionalConfigEntry` correctlyDongjoon Hyun2017-01-101-1/+7
* [SPARK-19113][SS][TESTS] Set UncaughtExceptionHandler in onQueryStarted to en...Shixiong Zhu2017-01-102-9/+26
* [SPARK-18857][SQL] Don't use `Iterator.duplicate` for `incrementalCollect` in...Dongjoon Hyun2017-01-102-11/+26
* [SPARK-19117][TESTS] Skip the tests using script transformation on Windowshyukjinkwon2017-01-107-46/+78
* [SPARK-18922][SQL][CORE][STREAMING][TESTS] Fix all identified tests failed du...hyukjinkwon2017-01-1023-96/+181
* [SPARK-17645][MLLIB][ML][FOLLOW-UP] document minor changePeng, Meng2017-01-107-34/+96