aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org
Commit message (Expand)AuthorAgeFilesLines
* [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-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-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-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
* [SPARK-18678][ML] Skewed reservoir sampling in SamplingUtilsSean Owen2016-12-071-1/+4
* [SPARK-18740] Log spark.app.name in driver logsPeter Ableda2016-12-061-0/+3
* [SPARK-18672][CORE] Close recordwriter in SparkHadoopMapReduceWriter before c...hyukjinkwon2016-12-061-5/+17
* [SPARK-18702][SQL] input_file_block_start and input_file_block_lengthReynold Xin2016-12-044-85/+118
* [SPARK-18679][SQL] Fix regression in file listing performance for non-catalog...Eric Liang2016-12-021-0/+8
* [SPARK-18666][WEB UI] Remove the codes checking deprecated config spark.sql.u...Liang-Chi Hsieh2016-12-011-34/+15
* [SPARK-18476][SPARKR][ML] SparkR Logistic Regression should should support ou...wm624@hotmail.com2016-11-301-1/+1
* [SPARK-18655][SS] Ignore Structured Streaming 2.0.2 logs in history serverShixiong Zhu2016-11-301-0/+7
* [SPARK-18546][CORE] Fix merging shuffle spills when using encryption.Marcelo Vanzin2016-11-303-8/+9
* [SPARK-18640] Add synchronization to TaskScheduler.runningTasksByExecutorsJosh Rosen2016-11-302-2/+2
* [SPARK-18617][CORE][STREAMING] Close "kryo auto pick" feature for Spark Strea...uncleGen2016-11-292-7/+14
* [SPARK-18553][CORE] Fix leak of TaskSetManager following executor lossJosh Rosen2016-11-291-33/+49
* [SPARK-18615][DOCS] Switch to multi-line doc to avoid a genjavadoc bug for ba...hyukjinkwon2016-11-296-10/+30
* [SPARK-3359][DOCS] Make javadoc8 working for unidoc/genjavadoc compatibility ...hyukjinkwon2016-11-2927-83/+115
* [SPARK-18188] add checksum for blocks of broadcastDavies Liu2016-11-291-0/+32
* [SPARK-18547][CORE] Propagate I/O encryption key when executors register.Marcelo Vanzin2016-11-288-55/+70
* [SPARK-18117][CORE] Add test for TaskSetBlacklistImran Rashid2016-11-281-1/+1
* [SPARK-18535][UI][YARN] Redact sensitive information from Spark logs and UIMark Grover2016-11-285-10/+39
* [SPARK-18583][SQL] Fix nullability of InputFileName.Takuya UESHIN2016-11-251-1/+9
* [SPARK-3359][BUILD][DOCS] More changes to resolve javadoc 8 errors that will ...hyukjinkwon2016-11-2516-46/+52
* [SPARK-18119][SPARK-CORE] Namenode safemode check is only performed on one na...n.fraison2016-11-251-2/+2
* [SPARK-18545][SQL] Verify number of hive client RPCs in PartitionedTablePerfS...Eric Liang2016-11-231-0/+7
* [SPARK-17062][MESOS] add conf option to mesos dispatcherStavros Kontopoulos2016-11-194-18/+76
* [SPARK-18353][CORE] spark.rpc.askTimeout defalut value is not 120sSean Owen2016-11-191-1/+3
* [SPARK-18445][BUILD][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that`/`...hyukjinkwon2016-11-1931-138/+160