Github user kayousterhout commented on a diff in the pull request:
https://github.com/apache/spark/pull/14287#discussion_r71582143
--- Diff: docs/configuration.md ---
@@ -1188,7 +1188,9 @@ Apart from these, the following properties are also
available, and may be useful
<td><code>spark.task.maxFailures</code></td>
<td>4</td>
<td>
- Number of individual task failures before giving up on the job.
+ Number of failures of any particular task before giving up on the job.
The same
+ task has to fail this number of attempts, it isn't affected by the
number of failures
--- End diff --
(or your version is fine too if you don't think the grammar matters; either
one is clear enough to the user I think)
---
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]