aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-18842][TESTS][LAUNCHER] De-duplicate paths in classpaths in commands f...hyukjinkwon2016-12-144-26/+7
* [SPARK-18730] Post Jenkins test report page instead of the full console outpu...Cheng Lian2016-12-141-1/+1
* [SPARK-18846][SCHEDULER] Fix flakiness in SchedulerIntegrationSuiteImran Rashid2016-12-141-2/+12
* [SPARK-18814][SQL] CheckAnalysis rejects TPCDS query 32Nattavut Sutyanyong2016-12-144-9/+90
* [SPARK-18566][SQL] remove OverwriteOptionsWenchen Fan2016-12-1411-115/+91
* [MINOR][SPARKR] fix kstest example error and add unit testwm624@hotmail.com2016-12-132-2/+8
* [SPARK-18588][TESTS] Ignore KafkaSourceStressForDontFailOnDataLossSuiteShixiong Zhu2016-12-131-1/+1
* [SPARK-18752][SQL] Follow-up: add scaladoc explaining isSrcLocal arg.Marcelo Vanzin2016-12-131-0/+12
* [SPARK-18746][SQL] Add implicit encoder for BigDecimal, timestamp and dateWeiqing Yang2016-12-142-2/+29
* [SPARK-18793][SPARK-18794][R] add spark.randomForest/spark.gbt to vignettesXiangrui Meng2016-12-131-0/+32
* [SPARK-18834][SS] Expose event time stats through StreamingQueryProgressTathagata Das2016-12-138-66/+161
* [SPARK-18816][WEB UI] Executors Logs column only ran visibility check on init...Alex Bozarth2016-12-131-5/+2
* [SPARK-18471][MLLIB] In LBFGS, avoid sending huge vectors of 0Anthony Truchet2016-12-132-10/+37
* [SPARK-18715][ML] Fix AIC calculations in Binomial GLMactuaryzhang2016-12-132-32/+43
* [SPARK-18840][YARN] Avoid throw exception when getting token renewal interval...jerryshao2016-12-131-10/+11
* [SPARK-17932][SQL][FOLLOWUP] Change statement `SHOW TABLES EXTENDED` to `SHOW...jiangxingbo2016-12-136-26/+41
* [SPARK-18835][SQL] Don't expose Guava types in the JavaTypeInference API.Marcelo Vanzin2016-12-132-4/+12
* [SPARK-13747][CORE] Fix potential ThreadLocal leaks in RPC when using ForkJoi...Shixiong Zhu2016-12-137-42/+23
* [SPARK-18675][SQL] CTAS for hive serde table should work for all hive versionsWenchen Fan2016-12-132-12/+75
* [MINOR][CORE][SQL] Remove explicit RDD and Partition overridesJacek Laskowski2016-12-132-8/+0
* [SPARK-18717][SQL] Make code generation for Scala Map work with immutable.Map...Andrew Ray2016-12-132-1/+13
* [SPARK-18797][SPARKR] Update spark.logit in sparkr-vignetteswm624@hotmail.com2016-12-121-7/+38
* [SPARK-18796][SS] StreamingQueryManager should not block when starting a queryShixiong Zhu2016-12-124-58/+158
* [SPARK-18773][CORE] Make commons-crypto config translation consistent.Marcelo Vanzin2016-12-1223-142/+228
* [SPARK-18810][SPARKR] SparkR install.spark does not work for RCs, snapshotsFelix Cheung2016-12-123-12/+51
* [SPARK-18681][SQL] Fix filtering to compatible with partition keys of type intYuming Wang2016-12-121-2/+5
* [SPARK-18752][HIVE] isSrcLocal" value should be set from user query.Marcelo Vanzin2016-12-1211-115/+157
* [SPARK-16297][SQL] Fix mapping Microsoft SQLServer dialectmeknio2016-12-121-0/+2
* [SPARK-15844][CORE] HistoryServer doesn't come up if spark.authenticate = trueSteve Loughran2016-12-122-4/+30
* [DOCS][MINOR] Clarify Where AccumulatorV2s are DisplayedBill Chambers2016-12-121-3/+4
* [SPARK-18790][SS] Keep a general offset history of stream batchesTyson Condie2016-12-119-64/+170
* [SPARK-18628][ML] Update Scala param and Python param to have quoteskrishnakalyan32016-12-113-8/+8
* [SPARK-18809] KCL version to 1.6.2 on masterBrian O'Neill2016-12-111-1/+1
* [SQL][MINOR] simplify a test to fix the maven testsWenchen Fan2016-12-111-12/+7
* [SPARK-18815][SQL] Fix NPE when collecting column stats for string/binary col...wangzhenhua2016-12-102-23/+53
* [SPARK-18803][TESTS] Fix JarEntry-related & path-related test failures and sk...hyukjinkwon2016-12-107-9/+29
* [SPARK-3359][DOCS] Fix greater-than symbols in Javadoc to allow building with...Michal Senkyr2016-12-106-6/+6
* [SPARK-18766][SQL] Push Down Filter Through BatchEvalPython (Python UDF)gatorsmile2016-12-103-5/+143
* [SPARK-18606][HISTORYSERVER] remove useless elements while searchingWangTaoTheTonic2016-12-101-0/+6
* [MINOR][DOCS] Remove Apache Spark Wiki addressDongjoon Hyun2016-12-102-3/+1
* [SPARK-17460][SQL] Make sure sizeInBytes in Statistics will not overflowHuaxin Gao2016-12-104-4/+16
* [SPARK-18811] StreamSource resolution should happen in stream execution threadBurak Yavuz2016-12-094-16/+116
* [SPARK-18807][SPARKR] Should suppress output print for calls to JVM methods w...Felix Cheung2016-12-094-16/+17
* [SPARK-18812][MLLIB] explain "Spark ML"Xiangrui Meng2016-12-091-0/+12
* [SPARK-4105] retry the fetch or stage if shuffle block is corruptDavies Liu2016-12-094-57/+263
* [SPARK-18745][SQL] Fix signed integer overflow due to toInt castKazuaki Ishizaki2016-12-091-4/+4
* [SPARK-18620][STREAMING][KINESIS] Flatten input rates in timeline for streami...Takeshi YAMAMURO2016-12-103-2/+35
* [MINOR][SPARKR] Fix SparkR regex in copy commandShivaram Venkataraman2016-12-091-2/+2
* [SPARK-17822][R] Make JVMObjectTracker a member variable of RBackendXiangrui Meng2016-12-098-92/+265
* [MINOR][CORE][SQL][DOCS] Typo fixesJacek Laskowski2016-12-0912-18/+16