GitHub user andrewor14 opened a pull request:

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

    [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 worker-ui

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

    https://github.com/apache/spark/pull/1203.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 #1203
    
----
commit 62053e51158e5624cb914a4979965ce244d434d2
Author: Andrew Or <[email protected]>
Date:   2014-06-25T00:39:16Z

    Mainly style fixes and minor changes

commit 6a62adab1a9798944ca957cb98be345947995cd5
Author: Andrew Or <[email protected]>
Date:   2014-06-25T00:40:38Z

    Fix SPARK-2258

commit cab4126d1046c0ef1c9e91da51d6c5315884c6c5
Author: Andrew Or <[email protected]>
Date:   2014-06-25T00:43:13Z

    Fix SPARK-2266

commit 1aa5d01ef773a88e86308d10303a0319f63deea8
Author: Andrew Or <[email protected]>
Date:   2014-06-25T00:43:25Z

    Merge branch 'master' of github.com:apache/spark into worker-ui

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to