Github user aarondav commented on the pull request:
https://github.com/apache/spark/pull/5004#issuecomment-80663465
Is it really OK to System.exit() the driver JVM? This may be user code that
has an embedded SparkContext. The SparkUncaughtExceptionHandler is suitable for
Executors, where we have full control over the JVM, and AppClient for the same
reason, but I'm not sure TaskSchedulerImpl should be using it, or
ContextCleaner, for instance.
---
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]