Github user jodersky commented on the pull request:
https://github.com/apache/spark/pull/8216#issuecomment-212604610
Should signal handling really be implemented in a JobWaiter? I'm afraid
that implementing it there could have unwanted consequences for non-shell
operation: Imagine implementing a custom program that uses a spark context, in
that case it should terminate on reveption of SIGINT by default, regardless of
current job execution.
IMO signal handling is best implemented on the shell level. Any thoughts?
---
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]