Github user andrewor14 commented on the pull request:
https://github.com/apache/spark/pull/4363#issuecomment-73610995
@shenh062326 Thanks for your work. However, the approach here won't
actually work for standalone or Mesos mode. In general once the executor is
launched the driver doesn't really have much control over it. In order to do
anything to kill it we need a cluster manager specific solution. For instance,
in standalone mode we need a hook in the `Worker` to kill the executor. This
pathway currently doesn't exist, so this patch is not really meaningful until
that is implemented.
Since there is not a clear timeline for when that will be in place, I would
recommend that we close this PR for now and keep the JIRA open because
eventually we may actually want to do this.
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]