aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-20214][ML] Make sure converted csc matrix has sorted indicesLiang-Chi Hsieh2017-04-053-0/+17
* [SPARK-20204][SQL][FOLLOWUP] SQLConf should react to change in default timezo...Dilip Biswal2017-04-064-1/+35
* [SPARK-20224][SS] Updated docs for streaming dropDuplicates and mapGroupsWith...Tathagata Das2017-04-055-12/+509
* [SPARK-19454][PYTHON][SQL] DataFrame.replace improvementszero3232017-04-052-25/+128
* [SPARK-20223][SQL] Fix typo in tpcds q77.sqlwangzhenhua2017-04-051-1/+1
* [SPARK-19807][WEB UI] Add reason for cancellation when a stage is killed usin...shaolinliu2017-04-051-1/+1
* [SPARK-20042][WEB UI] Fix log page buttons for reverse proxy modeOliver Köth2017-04-051-3/+16
* [SPARK-20209][SS] Execute next trigger immediately if previous batch took lon...Tathagata Das2017-04-0411-72/+194
* Small doc fix for ReuseSubquery.Reynold Xin2017-04-041-2/+2
* [SPARKR][DOC] update doc for fpgrowthFelix Cheung2017-04-042-5/+5
* [SPARK-20003][ML] FPGrowthModel setMinConfidence should affect rules generati...Yuhao Yang2017-04-042-21/+56
* [SPARK-20183][ML] Added outlierRatio arg to MLTestingUtils.testOutliersWithSm...Seth Hendrickson2017-04-045-6/+8
* [SPARK-19716][SQL] support by-name resolution for struct type elements in arrayWenchen Fan2017-04-047-41/+141
* [SPARK-20204][SQL] remove SimpleCatalystConf and CatalystConf type aliasWenchen Fan2017-04-0454-220/+164
* [MINOR][R] Reorder `Collate` fields in DESCRIPTION filehyukjinkwon2017-04-041-1/+1
* [SPARK-20191][YARN] Crate wrapper for RackResolver so tests can override it.Marcelo Vanzin2017-04-046-35/+56
* [SPARK-18278][SCHEDULER] Documentation to point to Kubernetes cluster schedulerAnirudh Ramanathan2017-04-042-1/+6
* [SPARK-20198][SQL] Remove the inconsistency in table/function name convention...Xiao Li2017-04-048-57/+186
* [SPARK-20190][APP-ID] applications//jobs' in rest api,status should be [runni...guoxiaolongzte2017-04-041-1/+1
* [SPARK-19825][R][ML] spark.ml R API for FPGrowthzero3232017-04-038-1/+348
* [SPARK-20067][SQL] Unify and Clean Up Desc Commands Using Catalog InterfaceXiao Li2017-04-0319-737/+642
* [SPARK-10364][SQL] Support Parquet logical type TIMESTAMP_MILLISDilip Biswal2017-04-0412-20/+221
* [SPARK-19408][SQL] filter estimation on two columns of same tableRon Hu2017-04-032-10/+363
* [SPARK-20145] Fix range case insensitive bug in SQLsamelamin2017-04-033-4/+26
* [SPARK-20194] Add support for partition pruning to in-memory catalogAdrian Ionescu2017-04-037-45/+85
* [SPARK-19641][SQL] JSON schema inference in DROPMALFORMED mode produces incor...hyukjinkwon2017-04-032-33/+78
* [SPARK-19969][ML] Imputer doc and exampleYuhao Yang2017-04-035-1/+244
* [SPARK-9002][CORE] KryoSerializer initialization does not include 'Array[Int]'Denis Bolshakov2017-04-032-0/+17
* [MINOR][DOCS] Replace non-breaking space to normal spaces that breaks renderi...hyukjinkwon2017-04-033-3/+3
* [SPARK-20166][SQL] Use XXX for ISO 8601 timezone instead of ZZ (FastDateForma...hyukjinkwon2017-04-038-15/+15
* [SPARK-19985][ML] Fixed copy method for some ML ModelsBryan Cutler2017-04-038-8/+30
* [SPARK-20159][SPARKR][SQL] Support all catalog API in RFelix Cheung2017-04-026-237/+569
* [SPARK-20173][SQL][HIVE-THRIFTSERVER] Throw NullPointerException when HiveThr...zuotingbing2017-04-021-1/+1
* [SPARK-20123][BUILD] SPARK_HOME variable might have spaces in it(e.g. $SPARK…zuotingbing2017-04-026-52/+52
* [SPARK-20143][SQL] DataType.fromJson should throw an exception with better me...hyukjinkwon2017-04-022-1/+39
* [SPARK-20186][SQL] BroadcastHint should use child's statswangzhenhua2017-04-012-2/+21
* [SPARK-19148][SQL][FOLLOW-UP] do not expose the external table concept in Cat...Xiao Li2017-04-011-10/+15
* [SPARK-20177] Document about compression way has some little detail ch…郭小龙 102076332017-04-011-2/+5
* [SPARK-20165][SS] Resolve state encoder's deserializer in driver in FlatMapGr...Tathagata Das2017-03-316-21/+45
* [SPARK-20160][SQL] Move ParquetConversions and OrcConversions Out Of HiveSess...Xiao Li2017-04-017-122/+70
* [SPARK-20084][CORE] Remove internal.metrics.updatedBlockStatuses from history...Ryan Blue2017-03-311-4/+11
* [SPARK-20164][SQL] AnalysisException not tolerant of null query plan.Kunal Khamar2017-03-312-1/+9
* [SPARK-20151][SQL] Account for partition pruning in scan metadataTime metricsReynold Xin2017-03-303-4/+18
* [SPARK-20121][SQL] simplify NullPropagation with NullIntolerantWenchen Fan2017-03-306-73/+39
* [SPARK-20127][CORE] few warning have been fixed which Intellij IDEA reported ...Denis Bolshakov2017-03-3013-29/+22
* [DOCS][MINOR] Fixed a few typos in the Structured Streaming documentationSeigneurin, Alexis (CONT)2017-03-301-9/+9
* [SPARK-20096][SPARK SUBMIT][MINOR] Expose the right queue name not null if se...Kent Yao2017-03-302-0/+12
* [SPARK-19999] Workaround JDK-8165231 to identify PPC64 architectures as suppo...samelamin2017-03-301-12/+16
* [DOCS] Docs-only improvementsJacek Laskowski2017-03-3030-71/+68
* [SPARK-15354][CORE] Topology aware block replication strategiesShubham Chopra2017-03-304-32/+222