Executors Tab
Figure 1. Executors Tab in web UI (local mode)
The Executors tab is available under /executors URL, i.e. http://localhost:4040/executors.
Internally, the Executors tab is represented by ExecutorsTab.
|
Note
|
What’s interesting in how Storage Memory is displayed in the Executors tab is that the default
|
getExecInfo Method
|
1 2 3 4 5 6 7 8 |
getExecInfo( listener: ExecutorsListener, statusId: Int, isActive: Boolean): ExecutorSummary |
getExecInfo creates a ExecutorSummary.
|
Caution
|
FIXME |
|
Note
|
getExecInfo is used when…FIXME
|
Settings
spark.ui.threadDumpsEnabled
spark.ui.threadDumpsEnabled (default: true) is to enable (true) or disable (false) ExecutorThreadDumpPage.
spark技术分享