GitHub user andrewor14 opened a pull request:
https://github.com/apache/spark/pull/1101
[SPARK-2147] Show exited executors on the Master UI
If an application exits cleanly (i.e. sc.stop() is called), then the
executors disappear from the applications page on the Master UI. This PR keeps
the information associated with the exited executors around to display them on
the UI.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrewor14/spark remember-executors
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1101.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 #1101
----
commit fe47402c83232f5db64ddfb496a542f3efe145ad
Author: Andrew Or <[email protected]>
Date: 2014-06-17T01:26:56Z
Show exited executors on the Master UI
Previously executors disappear if the application exits cleanly
(i.e. if sc.stop() is called).
----
---
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.
---