aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20253][SQL] Remove unnecessary nullchecks of a return value from Spark...Kazuaki Ishizaki2017-04-104-33/+51
* [SPARK-20260][MLLIB] String interpolation required for error messageVijay Ramesh2017-04-097-10/+10
* [SPARK-19991][CORE][YARN] FileSegmentManagedBuffer performance improvementSean Owen2017-04-093-1/+13
* [MINOR] Issue: Change "slice" vs "partition" in exception messages (and code?)asmith262017-04-097-7/+7
* [SPARK-20262][SQL] AssertNotNull should throw NullPointerExceptionReynold Xin2017-04-071-3/+3
* [SPARK-20246][SQL] should not push predicate down through aggregate with non-...Wenchen Fan2017-04-072-33/+68
* [SPARK-20255] Move listLeafFiles() to InMemoryFileIndexAdrian Ionescu2017-04-073-231/+236
* [SPARK-20258][DOC][SPARKR] Fix SparkR logistic regression example in programm...actuaryzhang2017-04-071-3/+4
* [SPARK-20197][SPARKR] CRAN check fail with package installationFelix Cheung2017-04-071-2/+3
* [SPARK-20026][DOC][SPARKR] Add Tweedie example for SparkR in programming guideactuaryzhang2017-04-071-0/+9
* [SPARK-20218][DOC][APP-ID] applications//stages' in REST API,add description.郭小龙 102076332017-04-071-1/+1
* [SPARK-20076][ML][PYSPARK] Add Python interface for ml.stats.CorrelationLiang-Chi Hsieh2017-04-072-4/+65
* [SPARK-20245][SQL][MINOR] pass output to LogicalRelation directlyWenchen Fan2017-04-078-55/+49
* [SPARK-19495][SQL] Make SQLConf slightly more extensible - addendumReynold Xin2017-04-061-1/+1
* [MINOR][DOCS] Fix typo in Hive ExamplesDustin Koupal2017-04-063-3/+3
* [SPARK-17019][CORE] Expose on-heap and off-heap memory usage in various placesjerryshao2017-04-0623-119/+638
* [SPARK-20195][SPARKR][SQL] add createTable catalog API and deprecate createEx...Felix Cheung2017-04-064-16/+68
* [SPARK-20196][PYTHON][SQL] update doc for catalog functions for all languages...Felix Cheung2017-04-066-52/+79
* [SPARK-20064][PYSPARK] Bump the PySpark verison number to 2.2setjet2017-04-061-1/+1
* [SPARK-20085][MESOS] Configurable mesos labels for executorsKalvin Chau2017-04-063-0/+79
* [SPARK-19953][ML] Random Forest Models use parent UID when being fitBryan Cutler2017-04-0641-100/+98
* [SPARK-20217][CORE] Executor should not fail stage if killed task throws non-...Eric Liang2017-04-052-2/+8
* [SPARK-20231][SQL] Refactor star schema code for the subsequent star join det...Ioana Delaney2017-04-053-329/+354
* [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