Github user tgravescs commented on a diff in the pull request:

    https://github.com/apache/spark/pull/14287#discussion_r71581337
  
    --- 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 --
    
    I can see the 2 sentence not being clear, but the second part of your 
suggestion about "if one particular task has failed" sounds a bit out of place 
to me, how about:
    
    "The total number of failures spread across different tasks will not cause 
the job to fail, it has to be a particular task failing this number of 
attempts."


---
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]

Reply via email to