AllJobsPage¶
AllJobsPage
is a WebUIPage of JobsTab.
Creating Instance¶
AllJobsPage
takes the following to be created:
- Parent JobsTab
- AppStatusStore
Rendering Page¶
render(
request: HttpServletRequest): Seq[Node]
render
is part of the WebUIPage abstraction.
render
renders a Spark Jobs
page with the jobs and executors alongside applicationInfo and appSummary (from the AppStatusStore).
Introduction¶
AllJobsPage
renders a summary, an event timeline, and active, completed, and failed jobs of a Spark application.
AllJobsPage
displays the Summary section with the current Spark user, total uptime, scheduling mode, and the number of jobs per status.
Under the summary section is the Event Timeline section.
Active Jobs, Completed Jobs, and Failed Jobs sections follow.
Jobs are clickable (and give information about the stages of tasks inside it).
When you hover over a job in Event Timeline not only you see the job legend but also the job is highlighted in the Summary section.
The Event Timeline section shows not only jobs but also executors.