aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18300][SQL] Do not apply foldable propagation with expand as a child.Herman van Hovell2016-11-154-31/+67
* [SPARK-18427][DOC] Update docs of mllib.KMeansZheng RuiFeng2016-11-152-6/+3
* [SPARK-18232][MESOS] Support CNIMichael Gummelt2016-11-147-101/+131
* [SPARK-18430][SQL] Fixed Exception Messages when Hitting an Invocation Except...gatorsmile2016-11-143-1/+27
* [SPARK-18428][DOC] Update docs for GraphXZheng RuiFeng2016-11-141-33/+35
* [SPARK-18124] Observed delay based Event Time WatermarksMichael Armbrust2016-11-1422-111/+597
* [SPARK-17348][SQL] Incorrect results from subquery transformationNattavut Sutyanyong2016-11-143-9/+137
* [SPARK-11496][GRAPHX][FOLLOWUP] Add param checking for runParallelPersonalize...Zheng RuiFeng2016-11-141-0/+7
* [SPARK-17510][STREAMING][KAFKA] config max rate on a per-partition basiscody koeninger2016-11-145-18/+131
* [SPARK-18416][STRUCTURED STREAMING] Fixed temp file leak in state storeTathagata Das2016-11-142-5/+68
* [SPARK-18432][DOC] Changed HDFS default block size from 64MB to 128MBNoritaka Sekiyama2016-11-142-5/+5
* [SPARK-18396][HISTORYSERVER] Duration" column makes search result confused, m...WangTaoTheTonic2016-11-141-0/+3
* [SPARK-18166][MLLIB] Fix Poisson GLM bug due to wrong requirement of response...actuaryzhang2016-11-142-2/+47
* [SPARK-18382][WEBUI] "run at null:-1" in UI when no file/line info in call si...Sean Owen2016-11-141-2/+6
* [SPARK-18412][SPARKR][ML] Fix exception for some SparkR ML algorithms trainin...Yanbo Liang2016-11-136-41/+68
* [SPARK-18426][STRUCTURED STREAMING] Python Documentation Fix for Structured S...Denny Lee2016-11-131-1/+1
* [SPARK-18418] Fix flags for make_binary_release for hadoop profileHolden Karau2016-11-121-4/+4
* [SPARK-14077][ML][FOLLOW-UP] Minor refactor and cleanup for NaiveBayesYanbo Liang2016-11-122-39/+39
* [SPARK-18375][SPARK-18383][BUILD][CORE] Upgrade netty to 4.0.42.FinalGuoqiang Li2016-11-127-6/+10
* [SPARK-16759][CORE] Add a configuration property to pass caller contexts of u...Weiqing Yang2016-11-116-24/+61
* [SPARK-18060][ML] Avoid unnecessary computation for MLORsethah2016-11-121-51/+74
* [SPARK-18264][SPARKR] build vignettes with package, update vignettes for CRAN...Felix Cheung2016-11-116-35/+134
* [SPARK-18387][SQL] Add serialization to checkEvaluation.Ryan Blue2016-11-114-41/+36
* [SPARK-17982][SQL] SQLBuilder should wrap the generated SQL with parenthesis ...Dongjoon Hyun2016-11-115-3/+22
* [SPARK-17843][WEB UI] Indicate event logs pending for processing on history s...Vinayak2016-11-115-18/+116
* [SPARK-13331] AES support for over-the-wire encryptionJunjie Chen2016-11-119-37/+689
* [SPARK-18401][SPARKR][ML] SparkR random forest should support output original...Yanbo Liang2016-11-102-4/+48
* [SPARK-18185] Fix all forms of INSERT / OVERWRITE TABLE for Datasource tablesEric Liang2016-11-1013-73/+411
* [SPARK-18403][SQL] Temporarily disable flaky ObjectHashAggregateSuiteCheng Lian2016-11-101-1/+2
* [SPARK-17990][SPARK-18302][SQL] correct several partition related behaviours ...Wenchen Fan2016-11-1019-208/+397
* [SPARK-17993][SQL] Fix Parquet log output redirectionMichael Allman2016-11-104-48/+90
* [SPARK-18262][BUILD][SQL] JSON.org license is now CatXSean Owen2016-11-107-8/+5
* [SPARK-14914][CORE] Fix Resource not closed after using, for unit tests and e...wm624@hotmail.com2016-11-108-2/+30
* [SPARK-18268][ML][MLLIB] ALS fail with better message if ratings is empty rddSandeep Singh2016-11-104-0/+18
* [MINOR][PYSPARK] Improve error message when running PySpark with different mi...Liang-Chi Hsieh2016-11-101-1/+3
* [SPARK-18147][SQL] do not fail for very complex aggregator result typeWenchen Fan2016-11-101-0/+21
* [SPARK-17829][SQL] Stable format for offset logTyson Condie2016-11-0925-150/+402
* [SPARK-18191][CORE][FOLLOWUP] Call `setConf` if `OutputFormat` is `Configurab...jiangxingbo2016-11-093-3/+30
* [SPARK-18370][SQL] Add table information to InsertIntoHadoopFsRelationCommandHerman van Hovell2016-11-094-7/+12
* [SPARK-18368][SQL] Fix regexp replace when serializedRyan Blue2016-11-092-2/+16
* Revert "[SPARK-18368] Fix regexp_replace with task serialization."Yin Huai2016-11-092-10/+7
* [SPARK-16808][CORE] History Server main page does not honor APPLICATION_WEB_P...Vinayak2016-11-095-7/+92
* [SPARK-18338][SQL][TEST-MAVEN] Fix test case initialization order under Maven...Cheng Lian2016-11-091-13/+10
* [SPARK-18292][SQL] LogicalPlanToSQLSuite should not use resource dependent pa...Dongjoon Hyun2016-11-091-1/+9
* [SPARK-17659][SQL] Partitioned View is Not Supported By SHOW CREATE TABLEgatorsmile2016-11-093-1/+33
* [SPARK-18368] Fix regexp_replace with task serialization.Ryan Blue2016-11-082-7/+10
* [SPARK-18333][SQL] Revert hacks in parquet and orc reader to support case ins...Eric Liang2016-11-093-44/+2
* [SPARK-18239][SPARKR] Gradient Boosted Tree for RFelix Cheung2016-11-0810-66/+696
* [SPARK-18342] Make rename failures fatal in HDFSBackedStateStoreBurak Yavuz2016-11-082-7/+40
* [SPARK-18280][CORE] Fix potential deadlock in `StandaloneSchedulerBackend.dead`Shixiong Zhu2016-11-085-2/+41