GitHub user devaraj-kavali opened a pull request:
https://github.com/apache/spark/pull/13077
[SPARK-10748] [Mesos] Log error instead of crashing Spark Mesos dispatcher
when a job is misconfigured
## What changes were proposed in this pull request?
Now handling the spark exception which gets thrown for invalid job
configuration, marking that job as failed and continuing to launch the other
drivers instead of throwing the exception.
## How was this patch tested?
I verified manually, now the misconfigured jobs move to Finished Drivers
section in UI and continue to launch the other jobs.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/devaraj-kavali/spark SPARK-10748
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13077.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 #13077
----
commit ae85f8154e506c223a018d9c04c58967a82fa580
Author: Devaraj K <[email protected]>
Date: 2016-05-12T10:10:50Z
[SPARK-10748] [Mesos] Log error instead of crashing Spark Mesos dispatcher
when a job is misconfigured
----
---
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]