Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/10924#discussion_r62104291
--- Diff: docs/running-on-mesos.md ---
@@ -406,6 +406,22 @@ 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>.
+ This is used to prevent starvation of other frameworks.
+ </td>
+</tr>
+<tr>
+ <td><code>spark.mesos.rejectOfferDurationForReachedMaxCores</code></td>
--- End diff --
I would actually not document these configs. Doing so would require us to
maintain backward compatibility. I can't think of any strong use case where
someone would want to change these values so I don't think it's worth the
maintenance burden.
---
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]