Description
We should create a jobs overview and job details page on the web UI. The overview page would list all jobs in the SparkContext and would replace the current "Stages" page as the default web UI page. The job details page would provide information on the stages triggered by a particular job; it would also serve as a place to show DAG visualizations and other debugging aids.
I still plan to keep the current "Stages" page, which lists all stages of all jobs, since it's a useful debugging aid for figuring out how resources are being consumed across all jobs in a Spark Cluster.
Attachments
Issue Links
- blocks
-
SPARK-3468 Provide timeline view in Job UI pages
- Resolved
-
SPARK-3682 Add helpful warnings to the UI
- Resolved
-
SPARK-4411 Add "kill" link for jobs in the UI
- Resolved
- incorporates
-
SPARK-2642 Add jobId in web UI
- Resolved
- is duplicated by
-
SPARK-1362 Web UI should provide page of showing statistics and stage list for a given job
- Resolved
- links to