...
The following information is displayed for each Spark worker in its web UI underĀ Running Executors.
Info |
---|
It is recommended to run only one executor per DAS worker. If you observe any memory or Spark execution time issues for that executor, you can increase the amount of memory and the number of CPU cores allocated for that executor. For more information about configuring Spark executors, see Spark Configurations - Executor configurations. |
Column | Description |
---|---|
ExecutorID | The ID of the executor to which the information applies. |
Cores | The number of cores used by the executor. |
State | The current status of the executor. |
Memory | The memory used by the executor. |
Job Details | This displays the following:
|
Logs | This lists the IDs of logs generated for the Spark worker. To view a specific log, click on the relevant ID. |
...