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

    https://github.com/apache/spark/pull/15249#discussion_r82476218
  
    --- Diff: docs/configuration.md ---
    @@ -1246,6 +1246,57 @@ Apart from these, the following properties are also 
available, and may be useful
       </td>
     </tr>
     <tr>
    +  <td><code>spark.blacklist.enabled</code></td>
    +  <td>
    +    false
    +  </td>
    +  <td>
    +    If set to "true", prevent Spark from scheduling tasks on executors 
that have been blacklisted
    +    due to too many task failures. The blacklisting algorithm can be 
further controlled by the
    +    other "spark.blacklist" configuration options.
    +  </td>
    +</tr>
    +<tr>
    +  <td><code>spark.blacklist.timeout</code></td>
    --- End diff --
    
    Can you eliminate the timeout description here, since it's not used yet?


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