aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16654][CORE] Add UI coverage for Application Level BlacklistingJosé Hiram Soltren2017-01-1935-235/+948
* [SPARK-18113] Use ask to replace askWithRetry in canCommit and make receiver ...jinxing2017-01-182-4/+31
* [SPARK-19223][SQL][PYSPARK] Fix InputFileBlockHolder for datasources which ar...Liang-Chi Hsieh2017-01-181-3/+4
* [SPARK-19227][SPARK-19251] remove unused imports and outdated commentsuncleGen2017-01-1820-38/+12
* [SPARK-18243][SQL] Port Hive writing to use FileFormat interfaceWenchen Fan2017-01-171-1/+1
* [SPARK-19179][YARN] Change spark.yarn.access.namenodes config and update docsjerryshao2017-01-171-2/+4
* [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-112-66/+183
* [SPARK-19117][TESTS] Skip the tests using script transformation on Windowshyukjinkwon2017-01-102-17/+19
* [SPARK-18922][SQL][CORE][STREAMING][TESTS] Fix all identified tests failed du...hyukjinkwon2017-01-102-2/+7
* [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-069-142/+215
* [SPARK-19033][CORE] Add admin acls for history serverjerryshao2017-01-062-7/+124
* [SPARK-14958][CORE] Failed task not handled when there's error deserializing ...Rui Li2017-01-052-2/+25
* [SPARK-19062] Utils.writeByteBuffer bug fixKay Ousterhout2017-01-042-1/+28
* [MINOR][DOCS] Remove consecutive duplicated words/typo in Spark RepoNiranjan Padmanabhan2017-01-0412-13/+13
* [MINOR] Add missing sc.stop() to end of examplesWeiqing Yang2017-01-031-11/+9
* [SPARK-19010][CORE] Include Kryo exception in case of overflowSergei Lebedev2016-12-282-2/+3
* [SPARK-17755][CORE] Use workerRef to send RegisterWorkerResponse to avoid the...Shixiong Zhu2016-12-253-41/+32
* [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-222-0/+25
* [SPARK-18922][TESTS] Fix more resource-closing-related and path-related test ...hyukjinkwon2016-12-221-0/+3
* [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-193-28/+274
* [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-197-17/+38
* [SPARK-18827][CORE] Fix cannot read broadcast on diskYuming Wang2016-12-183-6/+22
* [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-163-31/+41
* [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-1512-63/+861
* [SPARK-18830][TESTS] Fix tests in PipedRDDSuite to pass on Windowshyukjinkwon2016-12-141-157/+151
* [SPARK-18842][TESTS][LAUNCHER] De-duplicate paths in classpaths in commands f...hyukjinkwon2016-12-141-12/+0
* [SPARK-18846][SCHEDULER] Fix flakiness in SchedulerIntegrationSuiteImran Rashid2016-12-141-2/+12
* [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-134-38/+21
* [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-123-15/+14