GitHub user kbzod opened a pull request:
https://github.com/apache/spark/pull/1465
SPARK-2083 Add support for spark.local.maxFailures configuration property
The logic in `SparkContext` for creating a new task scheduler now looks for
a "spark.local.maxFailures" property to specify the number of task failures in
a local job that will cause the job to fail. Its default is the prior fixed
value of 1 (no retries).
The patch includes documentation updates and new unit tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kbzod/spark SPARK-2083
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1465.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 #1465
----
commit a8b369dad154b7773ec8b535cf399b428ec3952c
Author: Bill Havanki <[email protected]>
Date: 2014-07-17T16:01:22Z
SPARK-2083 Add support for spark.local.maxFailures configuration property
----
---
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.
---