@(worker: spark.deploy.WorkerState) @import spark.Utils @spark.common.html.layout(title = "Spark Worker on " + worker.host) {

Back to Master


Running Executors


@executors_table(worker.executors)

Finished Executors


@executors_table(worker.finishedExecutors)
}