aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/HistoryServerExpectations
diff options
context:
space:
mode:
authorAlex Bozarth <ajbozart@us.ibm.com>2016-01-25 14:42:44 -0600
committerTom Graves <tgraves@yahoo-inc.com>2016-01-25 14:42:44 -0600
commitc037d25482ea63430fb42bfd86124c268be5a4a4 (patch)
tree42187d80026c9228ae501f71f573c48419a228aa /core/src/test/resources/HistoryServerExpectations
parentef8fb3612c7be1ac9058750be39ee28d88a148b4 (diff)
downloadspark-c037d25482ea63430fb42bfd86124c268be5a4a4.tar.gz
spark-c037d25482ea63430fb42bfd86124c268be5a4a4.tar.bz2
spark-c037d25482ea63430fb42bfd86124c268be5a4a4.zip
[SPARK-12149][WEB UI] Executor UI improvement suggestions - Color UI
Added color coding to the Executors page for Active Tasks, Failed Tasks, Completed Tasks and Task Time. Active Tasks is shaded blue with it's range based on percentage of total cores used. Failed Tasks is shaded red ranging over the first 10% of total tasks failed Completed Tasks is shaded green ranging over 10% of total tasks including failed and active tasks, but only when there are active or failed tasks on that executor. Task Time is shaded red when GC Time goes over 10% of total time with it's range directly corresponding to the percent of total time. Author: Alex Bozarth <ajbozart@us.ibm.com> Closes #10154 from ajbozarth/spark12149.
Diffstat (limited to 'core/src/test/resources/HistoryServerExpectations')
-rw-r--r--core/src/test/resources/HistoryServerExpectations/executor_list_json_expectation.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/test/resources/HistoryServerExpectations/executor_list_json_expectation.json b/core/src/test/resources/HistoryServerExpectations/executor_list_json_expectation.json
index cb622e1472..94f8aeac55 100644
--- a/core/src/test/resources/HistoryServerExpectations/executor_list_json_expectation.json
+++ b/core/src/test/resources/HistoryServerExpectations/executor_list_json_expectation.json
@@ -4,11 +4,13 @@
"rddBlocks" : 8,
"memoryUsed" : 28000128,
"diskUsed" : 0,
+ "maxTasks" : 0,
"activeTasks" : 0,
"failedTasks" : 1,
"completedTasks" : 31,
"totalTasks" : 32,
"totalDuration" : 8820,
+ "totalGCTime" : 352,
"totalInputBytes" : 28000288,
"totalShuffleRead" : 0,
"totalShuffleWrite" : 13180,