aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-1267][SPARK-18129] Allow PySpark to be pip installedHolden Karau2016-11-1631-24/+660
* [SPARK-18461][DOCS][STRUCTUREDSTREAMING] Added more information about monitor...Tathagata Das2016-11-161-3/+179
* [SPARK-18459][SPARK-18460][STRUCTUREDSTREAMING] Rename triggerId to batchId a...Tathagata Das2016-11-166-17/+35
* [SPARK-18415][SQL] Weird Plan Output when CTE used in RunnableCommandgatorsmile2016-11-162-1/+11
* [SPARK-18420][BUILD] Fix the errors caused by lint check in JavaXianyang Liu2016-11-169-9/+25
* [SPARK-18446][ML][DOCS] Add links to API docs for ML algosZheng RuiFeng2016-11-163-0/+81
* [SPARK-18434][ML] Add missing ParamValidations for ML algosZheng RuiFeng2016-11-166-10/+22
* [MINOR][DOC] Fix typos in the 'configuration', 'monitoring' and 'sql-programm...Weiqing Yang2016-11-163-5/+5
* [SPARK-18410][STREAMING] Add structured kafka exampleuncleGen2016-11-163-0/+271
* [SPARK-18400][STREAMING] NPE when resharding Kinesis StreamSean Owen2016-11-161-19/+23
* [DOC][MINOR] Kafka doc: breakup into linesLiwei Lin2016-11-161-0/+1
* [SPARK-18433][SQL] Improve DataSource option keys to be more case-insensitiveDongjoon Hyun2016-11-1618-49/+133
* [SPARK-18438][SPARKR][ML] spark.mlp should support RFormula.Yanbo Liang2016-11-164-60/+96
* [SPARK-18377][SQL] warehouse path should be a static confWenchen Fan2016-11-157-209/+142
* [SPARK-18300][SQL] Fix scala 2.10 build for FoldablePropagationHerman van Hovell2016-11-151-6/+27
* [SPARK-17732][SQL] ALTER TABLE DROP PARTITION should support comparatorsDongjoon Hyun2016-11-157-24/+185
* [SPARK-18423][STREAMING] ReceiverTracker should close checkpoint dir when sto...hyukjinkwon2016-11-151-0/+10
* [SPARK-18440][STRUCTURED STREAMING] Pass correct query execution to FileForma...Tathagata Das2016-11-154-12/+79
* [SPARK-18417][YARN] Define 'spark.yarn.am.port' in yarn config objectWeiqing Yang2016-11-152-1/+6
* [SPARK-18337] Complete mode memory sinks should be able to recover from check...Burak Yavuz2016-11-152-2/+69
* [SPARK-13027][STREAMING] Added batch time as a parameter to updateStateByKeyAaditya Ramesh2016-11-154-20/+126
* [SPARK-18379][SQL] Make the parallelism of parallelPartitionDiscovery configu...genmao.ygm2016-11-152-1/+14
* [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