aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark/ui/exec/ExecutorsTab.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20127][CORE] few warning have been fixed which Intellij IDEA reported ...Denis Bolshakov2017-03-301-2/+2
* [SPARK-16654][CORE] Add UI coverage for Application Level BlacklistingJosé Hiram Soltren2017-01-191-5/+52
* [SPARK-17406][WEB UI] limit timeline executor eventscenyuhai2016-09-151-46/+66
* [SPARK-14628][CORE] Simplify task metrics by always tracking read/write metricsReynold Xin2016-04-151-20/+13
* [SPARK-14625] TaskUIData and ExecutorUIData shouldn't be case classesReynold Xin2016-04-141-1/+1
* [SPARK-7729][UI] Executor which has been killed should also be displayed on E...Lianhui Wang2016-02-231-2/+4
* [SPARK-3611][WEB UI] Show number of cores for each executor in application we...Alex Bozarth2016-02-031-2/+3
* [SPARK-12149][WEB UI] Executor UI improvement suggestions - Color UIAlex Bozarth2016-01-251-2/+8
* [SPARK-12885][MINOR] Rename 3 fields in ShuffleWriteMetricsAndrew Or2016-01-181-1/+1
* [SPARK-3873][CORE] Import ordering fixes.Marcelo Vanzin2016-01-051-1/+1
* [SPARK-8560] [UI] The Executors page will have negative if having resubmitted...xutingjun2015-06-301-3/+10
* [SPARK-7657] [YARN] Add driver logs links in application UI, in cluster mode.Hari Shreedharan2015-05-211-1/+11
* [SPARK-3468] [WEBUI] Timeline-View featureKousuke Saruta2015-05-011-0/+11
* [SPARK-6428] Added explicit types for all public methods in core.Reynold Xin2015-03-231-5/+5
* [SPARK-4874] [CORE] Collect record count metricsKostas Sakellis2015-02-061-0/+6
* SPARK-2450 Adds executor log links to Web UIKostas Sakellis2015-02-061-0/+6
* SPARK-3179. Add task OutputMetrics.Sandy Ryza2014-11-091-0/+5
* [SPARK-611] Display executor thread dumps in web UIJosh Rosen2014-11-031-1/+7
* [SPARK-4155] Consolidate usages of <driver>Andrew Or2014-10-301-4/+2
* [SPARK-2321] Stable pull-based progress / status APIJosh Rosen2014-10-251-2/+1
* [SPARK-2169] Don't copy appName / basePath everywhere.Marcelo Vanzin2014-08-181-4/+2
* [SPARK-2307][Reprise] Correctly report RDD blocks on SparkUIAndrew Or2014-07-031-3/+1
* [SPARK-1683] Track task read metrics.Kay Ousterhout2014-06-291-0/+5
* Expose SparkListeners and relevant classes as DeveloperApiAndrew Or2014-05-051-1/+4
* [SPARK-1386] Web UI for Spark StreamingTathagata Das2014-04-111-0/+86