aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-18885][SQL] unify CREATE TABLE syntax for data source and hive serde t...Wenchen Fan2017-01-0524-143/+526
* [SPARK-14958][CORE] Failed task not handled when there's error deserializing ...Rui Li2017-01-052-2/+25
* [SPARK-19058][SQL] fix partition related behaviors with DataFrameWriter.saveA...Wenchen Fan2017-01-057-112/+142
* [SPARK-19009][DOC] Add streaming rest api docuncleGen2017-01-041-1/+29
* [SPARK-19062] Utils.writeByteBuffer bug fixKay Ousterhout2017-01-042-1/+28
* [SPARK-19070] Clean-up dataset actionsHerman van Hovell2017-01-041-50/+26
* [MINOR][DOCS] Remove consecutive duplicated words/typo in Spark RepoNiranjan Padmanabhan2017-01-0452-57/+57
* [SPARK-19054][ML] Eliminate extra pass in NBZheng RuiFeng2017-01-041-6/+4
* [SPARK-19060][SQL] remove the supportsPartial flag in AggregateFunctionWenchen Fan2017-01-047-48/+3
* [SPARK-19073] LauncherState should be only set to SUBMITTED after the applica...mingfei2017-01-041-2/+3
* [SPARK-19072][SQL] codegen of Literal should not output boxed valueWenchen Fan2017-01-032-11/+24
* [SPARK-19048][SQL] Delete Partition Location when Dropping Managed Partitione...gatorsmile2017-01-034-9/+113
* [SPARK-15555][MESOS] Driver with --supervise option cannot be killed in Mesos...Devaraj K2017-01-032-2/+56
* [SPARK-18877][SQL] `CSVInferSchema.inferField` on DecimalType should find a c...Dongjoon Hyun2017-01-032-1/+20
* [SPARK-18932][SQL] Support partial aggregation for collect_set/collect_listLiang-Chi Hsieh2017-01-034-43/+39
* [MINOR] Add missing sc.stop() to end of examplesWeiqing Yang2017-01-0326-11/+55
* [SPARK-18998][SQL] Add a cbo conf to switch between default statistics and es...Zhenhua Wang2017-01-037-10/+117
* [SPARK-19029][SQL] Remove databaseName from SimpleCatalogRelationgatorsmile2017-01-033-10/+5
* [SPARK-19002][BUILD][PYTHON] Check pep8 against all Python scriptshyukjinkwon2017-01-0227-235/+328
* [SPARK-19022][TESTS] Fix tests dependent on OS due to different newline chara...hyukjinkwon2017-01-021-6/+12
* [MINOR][DOC] Minor doc change for YARN credential providersLiang-Chi Hsieh2017-01-022-3/+5
* [SPARK-19041][SS] Fix code snippet compilation issues in Structured Streaming...Liwei Lin2017-01-021-36/+51
* [BUILD] Close stale PRsSean Owen2017-01-020-0/+0
* [SPARK-19050][SS][TESTS] Fix EventTimeWatermarkSuite 'delay in months and yea...Shixiong Zhu2017-01-011-1/+4
* [SPARK-19028][SQL] Fixed non-thread-safe functions used in SessionCataloggatorsmile2016-12-312-18/+20
* [SPARK-19016][SQL][DOC] Document scalable partition handlingCheng Lian2016-12-301-4/+11
* [SPARK-18123][SQL] Use db column names instead of RDD column ones during JDBC...Dongjoon Hyun2016-12-303-25/+95