Description
We should add a column to the web ui to show stage attempt id. Then tasks should be grouped by (stageId, stageAttempt) tuple.
When a stage is resubmitted (e.g. due to fetch failures), we should get a different entry in the web ui and tasks for the resubmission go there.
See the attached screenshot for the confusing status quo. We currently show the same stage entry twice, and then tasks appear in both.
Attachments
Attachments
Issue Links
- is related to
-
SPARK-2501 Handle stage re-submissions properly in the UI
- Resolved
-
SPARK-2015 Spark UI issues at scale
- Resolved
- relates to
-
SPARK-2299 Consolidate various stageIdTo* hash maps
- Resolved
- links to