GitHub user tsudukim opened a pull request:

    https://github.com/apache/spark/pull/1384

    SPARK-2298: Show stage attempt in UI

    Added attempt ID column into stage page of webUI.
    Added attemptId handling code into StageInfo, JsonProtocol.
    Modified DAGScheduler to identify stages whose stageId is same but 
attemptId is different.
    Modified testcode for stage attempt ID.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tsudukim/spark feature/SPARK-2298

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/1384.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1384
    
----
commit 0ea38ae39e34dacb8adef96cfbb7ce728bb3406a
Author: Masayoshi TSUZUKI <tsudu...@oss.nttdata.co.jp>
Date:   2014-07-11T19:02:35Z

    SPARK-2298 Show stage attempt in UI
    
    Added attempt ID column into stage page of webUI.
    Added attemptId handling code into StageInfo, JsonProtocol.
    Modified DAGScheduler to identify stages whose stageId is same but 
attemptId is different.
    Modified testcode for stage attempt ID.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to