You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2014/06/26 23:03:24 UTC

[jira] [Created] (SPARK-2298) Show stage attempt in UI

Reynold Xin created SPARK-2298:
----------------------------------

             Summary: Show stage attempt in UI
                 Key: SPARK-2298
                 URL: https://issues.apache.org/jira/browse/SPARK-2298
             Project: Spark
          Issue Type: Improvement
          Components: Web UI
            Reporter: Reynold Xin
            Assignee: Andrew Or
         Attachments: Screen Shot 2014-06-25 at 4.54.46 PM.png

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. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)