Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.07 KB

spark-webui-JobsTab.adoc

File metadata and controls

31 lines (19 loc) · 1.07 KB

JobsTab

JobsTab is a SparkUITab with jobs prefix.

JobsTab is created exclusively when SparkUI is initialized.

JobsTab takes the following when created:

When created, JobsTab creates the following pages and attaches them immediately:

Note
The Jobs tab uses JobProgressListener to access statistics of job executions in a Spark application to display.

handleKillRequest Method

handleKillRequest(request: HttpServletRequest): Unit

handleKillRequest…​FIXME

Note
handleKillRequest is used when…​FIXME