aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-18922][TESTS] Fix more path-related test failures on Windowshyukjinkwon2016-12-3020-105/+106
* [SPARK-18808][ML][MLLIB] ml.KMeansModel.transform is very inefficientSean Owen2016-12-302-10/+9
* Update known_translations for contributor names and also fix a small issue in...Yin Huai2016-12-292-1/+40
* [SPARK-19003][DOCS] Add Java example in Spark Streaming Guide, section Design...adesharatushar2016-12-291-0/+72
* [SPARK-18698][ML] Adding public constructor that takes uid for IndexToStringIlya Matiach2016-12-292-2/+8
* [SPARK-19012][SQL] Fix `createTempViewCommand` to throw AnalysisException ins...Dongjoon Hyun2016-12-292-11/+20
* [SPARK-18567][SQL] Simplify CreateDataSourceTableAsSelectCommandWenchen Fan2016-12-284-198/+213
* [SPARK-16213][SQL] Reduce runtime overhead of a program that creates an primi...Kazuaki Ishizaki2016-12-299-91/+230
* [SPARK-18669][SS][DOCS] Update Apache docs for Structured Streaming regarding...Tathagata Das2016-12-283-107/+353
* [SPARK-17772][ML][TEST] Add test functions for ML sample weightssethah2016-12-284-218/+154
* [SPARK-18993][BUILD] Unable to build/compile Spark in IntelliJ due to missing...Sean Owen2016-12-281-0/+8
* [MINOR][DOC] Fix doc of ForeachWriter to use writeStreamCarson Wang2016-12-281-2/+2
* [SPARK-18960][SQL][SS] Avoid double reading file which is being copied.uncleGen2016-12-282-3/+9
* [SPARK-19010][CORE] Include Kryo exception in case of overflowSergei Lebedev2016-12-282-2/+3
* [MINOR][ML] Correct test cases of LoR raw2prediction & probability2prediction.Yanbo Liang2016-12-281-2/+18
* [SPARK-17645][MLLIB][ML] add feature selector method based on: False Discover...Peng2016-12-289-64/+337
* [DOC][BUILD][MINOR] add doc on new make-distribution switchesFelix Cheung2016-12-271-6/+8
* [SPARK-18992][SQL] Move spark.sql.hive.thriftServer.singleSession to SQLConfgatorsmile2016-12-285-51/+87
* [SPARK-19006][DOCS] mention spark.kryoserializer.buffer.max must be less than...Yuexin Zhang2016-12-271-2/+2