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

Running Executors


@executors_table(worker.executors)

Finished Executors


@executors_table(worker.finishedExecutors)
}