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

    https://github.com/apache/spark/pull/1465#discussion_r15148114
  
    --- Diff: docs/configuration.md ---
    @@ -599,6 +599,15 @@ Apart from these, the following properties are also 
available, and may be useful
       <td>
         Number of individual task failures before giving up on the job.
         Should be greater than or equal to 1. Number of allowed retries = this 
value - 1.
    +    Does not apply to running Spark locally.
    +  </td>
    +</tr>
    +<tr>
    +  <td><code>spark.local.maxFailures</code></td>
    +  <td>1</td>
    +  <td>
    +    Number of individual task failures before giving up on the job, when 
running Spark locally.
    +    Should be greater than or equal to 1. No retries are allowed.
    --- End diff --
    
    "No retries are allowed." ? What does this mean?


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

Reply via email to