aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/HistoryServerExpectations/executor_list_json_expectation.json
diff options
context:
space:
mode:
authorAlex Bozarth <ajbozart@us.ibm.com>2016-02-03 15:53:10 -0800
committerShixiong Zhu <shixiong@databricks.com>2016-02-03 15:53:10 -0800
commit3221eddb8f9728f65c579969a3a88baeeb7577a9 (patch)
tree7afd02a4883c21abce7e7df75582f0886de19285 /core/src/test/resources/HistoryServerExpectations/executor_list_json_expectation.json
parent9dd2741ebe5f9b5fa0a3b0e9c594d0e94b6226f9 (diff)
downloadspark-3221eddb8f9728f65c579969a3a88baeeb7577a9.tar.gz
spark-3221eddb8f9728f65c579969a3a88baeeb7577a9.tar.bz2
spark-3221eddb8f9728f65c579969a3a88baeeb7577a9.zip
[SPARK-3611][WEB UI] Show number of cores for each executor in application web UI
Added a Cores column in the Executors UI Author: Alex Bozarth <ajbozart@us.ibm.com> Closes #11039 from ajbozarth/spark3611.
Diffstat (limited to 'core/src/test/resources/HistoryServerExpectations/executor_list_json_expectation.json')
-rw-r--r--core/src/test/resources/HistoryServerExpectations/executor_list_json_expectation.json1
1 files changed, 1 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 94f8aeac55..9d5d224e55 100644
--- a/core/src/test/resources/HistoryServerExpectations/executor_list_json_expectation.json
+++ b/core/src/test/resources/HistoryServerExpectations/executor_list_json_expectation.json
@@ -4,6 +4,7 @@
"rddBlocks" : 8,
"memoryUsed" : 28000128,
"diskUsed" : 0,
+ "totalCores" : 0,
"maxTasks" : 0,
"activeTasks" : 0,
"failedTasks" : 1,