GitHub user andrewor14 opened a pull request:

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

    [SPARK-2258 / 2266] Fix a few worker UI bugs

    **SPARK-2258.** Worker UI displays zombie processes if the executor throws 
an exception before a process is launched. This is because we only inform the 
Worker of the change if the process is already launched, which in this case it 
isn't.
    
    **SPARK-2266.** We expose "Some(app-id)" on the log page. This is fairly 
minor.

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

    $ git pull https://github.com/andrewor14/spark fix-worker-ui

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

    https://github.com/apache/spark/pull/1213.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 #1213
    
----
commit c1223fe79986adb7fc743c5ff6f121b24a245061
Author: Andrew Or <andrewo...@gmail.com>
Date:   2014-06-25T18:12:00Z

    Fix worker UI bugs

----


---
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