aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-16845][SQL] `GeneratedClass$SpecificOrdering` grows beyond 64 KBLiwei Lin2017-01-103-7/+57
* [SPARK-19107][SQL] support creating hive table with DataFrameWriter and CatalogWenchen Fan2017-01-106-40/+93
* [SPARK-19134][EXAMPLE] Fix several sql, mllib and status api examples not wor...hyukjinkwon2017-01-107-21/+18
* [SPARK-17847][ML] Reduce shuffled data size of GaussianMixture & copy the imp...Yanbo Liang2017-01-093-36/+469
* [SPARK-18952] Regex strings not properly escaped in codegen for aggregationsBurak Yavuz2017-01-093-10/+23
* [SPARK-19020][SQL] Cardinality estimation of aggregate operatorZhenhua Wang2017-01-094-3/+198
* [SPARK-17077][SQL] Cardinality estimation for project operatorZhenhua Wang2017-01-086-0/+196
* [SPARK-19126][DOCS] Update Join Documentation Across Languagesanabranch2017-01-083-14/+26
* [SPARK-19127][DOCS] Update Rank Function Documentationanabranch2017-01-083-16/+26
* [SPARK-19093][SQL] Cached tables are not used in SubqueryExpressionDilip Biswal2017-01-082-1/+78
* [SPARK-19026] SPARK_LOCAL_DIRS(multiple directories on different disks) canno...zuotingbing2017-01-081-6/+19
* [SPARK-18862][SPARKR][ML] Split SparkR mllib.R into multiple filesYanbo Liang2017-01-0816-3285/+3535
* [SPARK-18941][SQL][DOC] Add a new behavior document on `CREATE/DROP TABLE` wi...Dongjoon Hyun2017-01-071-0/+8
* [SPARK-19106][DOCS] Styling for the configuration docs is brokenSean Owen2017-01-071-31/+47
* [SPARK-19110][ML][MLLIB] DistributedLDAModel returns different logPrior for o...wm624@hotmail.com2017-01-072-2/+10
* [SPARK-19085][SQL] cleanup OutputWriterFactory and OutputWriterWenchen Fan2017-01-0813-69/+37
* [MINOR] Bump R version to 2.2.0.Yanbo Liang2017-01-071-1/+1
* [SPARK-13748][PYSPARK][DOC] Add the description for explictly setting None fo...hyukjinkwon2017-01-071-1/+3
* [SPARK-18194][ML] Log instrumentation in OneVsRest, CrossValidator, TrainVali...sueann2017-01-066-6/+37
* [SPARK-19074][SS][DOCS] Updated Structured Streaming Programming Guide for up...Tathagata Das2017-01-066-54/+166
* [SPARK-19083] sbin/start-history-server.sh script use of $@ without quoteszuotingbing2017-01-061-1/+1
* [SPARK-17931] Eliminate unnecessary task (de) serializationKay Ousterhout2017-01-0614-237/+241
* [SPARK-19033][CORE] Add admin acls for history serverjerryshao2017-01-063-7/+146
* [SPARK-16792][SQL] Dataset containing a Case Class with a List type causes a ...Michal Senkyr2017-01-064-22/+231
* [SPARK-18871][SQL] New test cases for IN/NOT IN subqueryKevin Yu2017-01-054-0/+884
* [MINOR] Correct LogisticRegression test case for probability2prediction.Yanbo Liang2017-01-051-4/+4