aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3249][DOC] Fix links in ScalaDoc that cause warning messages in `sbt/s...hyukjinkwon2017-01-175-10/+9
* [SPARK-19219][SQL] Fix Parquet log output defaultsNick Lavers2017-01-171-0/+4
* [SPARK-19082][SQL] Make ignoreCorruptFiles work for ParquetLiang-Chi Hsieh2017-01-161-1/+1
* [SPARK-19042] spark executor can't download the jars when uber jar's http url...xiaojian.fxj2017-01-151-2/+2
* [SPARK-12757][CORE] lower "block locks were not released" log to info levelFelix Cheung2017-01-121-1/+1
* [SPARK-19183][SQL] Add deleteWithJob hook to internal commit protocol APIEric Liang2017-01-121-0/+9
* [SPARK-17568][CORE][DEPLOY] Add spark-submit option to override ivy settings ...Bryan Cutler2017-01-111-46/+103
* [SPARK-19117][TESTS] Skip the tests using script transformation on Windowshyukjinkwon2017-01-101-1/+10
* [SPARK-18922][SQL][CORE][STREAMING][TESTS] Fix all identified tests failed du...hyukjinkwon2017-01-101-1/+6
* [SPARK-19026] SPARK_LOCAL_DIRS(multiple directories on different disks) canno...zuotingbing2017-01-081-6/+19
* [SPARK-17931] Eliminate unnecessary task (de) serializationKay Ousterhout2017-01-067-132/+130
* [SPARK-19033][CORE] Add admin acls for history serverjerryshao2017-01-061-6/+14
* [SPARK-14958][CORE] Failed task not handled when there's error deserializing ...Rui Li2017-01-051-1/+5
* [SPARK-19062] Utils.writeByteBuffer bug fixKay Ousterhout2017-01-041-0/+4
* [MINOR][DOCS] Remove consecutive duplicated words/typo in Spark RepoNiranjan Padmanabhan2017-01-049-9/+9
* [SPARK-19010][CORE] Include Kryo exception in case of overflowSergei Lebedev2016-12-281-1/+1
* [SPARK-17755][CORE] Use workerRef to send RegisterWorkerResponse to avoid the...Shixiong Zhu2016-12-252-40/+31
* [SPARK-18837][WEBUI] Very long stage descriptions do not wrap in the UIKousuke Saruta2016-12-243-2/+8
* [SPARK-18991][CORE] Change ContextCleaner.referenceBuffer to use ConcurrentHa...Shixiong Zhu2016-12-231-6/+12
* [SPARK-18972][CORE] Fix the netty thread names for RPCShixiong Zhu2016-12-221-0/+4
* [SPARK-18537][WEB UI] Add a REST api to serve spark streaming informationsaturday_s2016-12-221-0/+8
* [SPARK-18975][CORE] Add an API to remove SparkListenerjerryshao2016-12-221-0/+9
* [SPARK-18953][CORE][WEB UI] Do now show the link to a dead worker on the mast...Dongjoon Hyun2016-12-221-6/+16
* [SPARK-18576][PYTHON] Add basic TaskContext information to PySparkHolden Karau2016-12-201-0/+5
* [SPARK-18761][CORE] Introduce "task reaper" to oversee task killing in executorsJosh Rosen2016-12-192-28/+197
* [SPARK-18928] Check TaskContext.isInterrupted() in FileScanRDD, JDBCRDD & Uns...Josh Rosen2016-12-202-0/+22
* [SPARK-18836][CORE] Serialize one copy of task metrics in DAGSchedulerShivaram Venkataraman2016-12-194-13/+22
* [SPARK-18827][CORE] Fix cannot read broadcast on diskYuming Wang2016-12-182-6/+10
* [SPARK-18485][CORE] Underlying integer overflow when create ChunkedByteBuffer...uncleGen2016-12-171-1/+9
* [SPARK-18895][TESTS] Fix resource-closing-related and path-related test failu...hyukjinkwon2016-12-161-19/+28
* [SPARK-17769][CORE][SCHEDULER] Some FetchFailure refactoringMark Hamstra2016-12-161-18/+37
* [SPARK-18708][CORE] Improvement/improve docs in spark context fileAliaksandr.Bedrytski2016-12-161-29/+169
* [SPARK-18723][DOC] Expanded programming guide information on wholeTex…Michal Senkyr2016-12-161-0/+4
* [SPARK-18742][CORE] Clarify that user-defined BroadcastFactory is not supportedroot2016-12-161-3/+2
* [SPARK-8425][CORE] Application Level BlacklistingImran Rashid2016-12-157-30/+374
* [SPARK-18816][WEB UI] Executors Logs column only ran visibility check on init...Alex Bozarth2016-12-131-5/+2
* [SPARK-13747][CORE] Fix potential ThreadLocal leaks in RPC when using ForkJoi...Shixiong Zhu2016-12-132-34/+19
* [MINOR][CORE][SQL] Remove explicit RDD and Partition overridesJacek Laskowski2016-12-131-4/+0
* [SPARK-18773][CORE] Make commons-crypto config translation consistent.Marcelo Vanzin2016-12-122-13/+11
* [SPARK-15844][CORE] HistoryServer doesn't come up if spark.authenticate = trueSteve Loughran2016-12-121-1/+16
* [SPARK-18803][TESTS] Fix JarEntry-related & path-related test failures and sk...hyukjinkwon2016-12-101-1/+4
* [SPARK-18606][HISTORYSERVER] remove useless elements while searchingWangTaoTheTonic2016-12-101-0/+6
* [SPARK-4105] retry the fetch or stage if shuffle block is corruptDavies Liu2016-12-093-48/+100
* [SPARK-17822][R] Make JVMObjectTracker a member variable of RBackendXiangrui Meng2016-12-095-86/+155
* [MINOR][CORE][SQL][DOCS] Typo fixesJacek Laskowski2016-12-096-7/+7
* [SPARK-18751][CORE] Fix deadlock when SparkContext.stop is called in Utils.tr...Shixiong Zhu2016-12-087-29/+23
* [SPARK-8617][WEBUI] HistoryServer: Include in-progress files during cleanupErgin Seyfe2016-12-081-3/+7
* [SPARK-18774][CORE][SQL] Ignore non-existing files when ignoreCorruptFiles is...Shixiong Zhu2016-12-073-8/+28
* [SPARK-18762][WEBUI] Web UI should be http:4040 instead of https:4040sarutak2016-12-072-6/+2
* [SPARK-18764][CORE] Add a warning log when skipping a corrupted fileShixiong Zhu2016-12-072-2/+8