aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18422][CORE] Fix wholeTextFiles test to pass on Windows in JavaAPISuitehyukjinkwon2016-11-181-6/+11
* [SPARK-18457][SQL] ORC and other columnar formats using HiveShim read all col...Andrew Ray2016-11-182-4/+27
* [SPARK-18187][SQL] CompactibleFileStreamLog should not use "compactInterval" ...Tyson Condie2016-11-189-39/+178
* [SPARK-18462] Fix ClassCastException in SparkListenerDriverAccumUpdates eventJosh Rosen2016-11-172-3/+80
* [SPARK-18360][SQL] default table path of tables in default database should de...Wenchen Fan2016-11-172-123/+190
* [SPARK-18490][SQL] duplication nodename extrainfo for ShuffleExchangeroot2016-11-171-3/+1
* [SPARK-18480][DOCS] Fix wrong links for ML guide docsZheng RuiFeng2016-11-178-22/+19
* [SPARK-17462][MLLIB]use VersionUtils to parse Spark version stringsVinceShieh2016-11-172-8/+4
* [SPARK-18365][DOCS] Improve Sample Method Documentationanabranch2016-11-176-5/+30
* [YARN][DOC] Remove non-Yarn specific configurations from running-on-yarn.mdWeiqing Yang2016-11-171-36/+0
* [SPARK-18464][SQL] support old table which doesn't store schema in metastoreWenchen Fan2016-11-174-2/+37
* [SPARK-18442][SQL] Fix nullability of WrapOption.Takuya UESHIN2016-11-171-1/+1
* [YARN][DOC] Increasing NodeManager's heap size with External Shuffle ServiceArtur Sukhenko2016-11-161-0/+2
* [SPARK-18186] Migrate HiveUDAFFunction to TypedImperativeAggregate for partia...Cheng Lian2016-11-162-50/+301
* [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