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

    https://github.com/apache/spark/pull/10924#discussion_r62094361
  
    --- Diff: docs/running-on-mesos.md ---
    @@ -406,6 +406,20 @@ See the [configuration page](configuration.html) for 
information on Spark config
         If unset it will point to Spark's internal web UI.
       </td>
     </tr>
    +<tr>
    +  <td><code>spark.mesos.rejectOfferDurationForUnmetConstraints</code></td>
    +  <td><code>120s</code></td>
    +  <td>
    +    Set the amount of time for which offers are rejected when constraints 
are unmet. See <code>spark.mesos.constraints</code>.
    +  </td>
    +</tr>
    +<tr>
    +  <td><code>spark.mesos.rejectOfferDurationForReachedMaxCores</code></td>
    +  <td><code>120s</code></td>
    +  <td>
    +    Set the amount of time for which offers are rejected when the app 
already acquired <code>spark.cores.max</code> cores.
    --- End diff --
    
    Done. I added that comment to 
`spark.mesos.rejectOfferDurationForUnmetConstraints` as well since it's the 
same idea.


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