diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md index e0944bc9f5f8..0c8eac4d9a58 100644 --- a/docs/running-on-mesos.md +++ b/docs/running-on-mesos.md @@ -203,7 +203,7 @@ details and default values. Executors are brought up eagerly when the application starts, until `spark.cores.max` is reached. If you don't set `spark.cores.max`, the -Spark application will reserve all resources offered to it by Mesos, +Spark application will consume all resources offered to it by Mesos, so we of course urge you to set this variable in any sort of multi-tenant cluster, including one which runs multiple concurrent Spark applications. @@ -613,6 +613,30 @@ See the [configuration page](configuration.html) for information on Spark config driver disconnects, the master immediately tears down the framework. +
spark.mesos.rejectOfferDuration120sspark.mesos.rejectOfferDurationForUnmetConstraintsspark.mesos.rejectOfferDurationspark.mesos.rejectOfferDurationForReachedMaxCoresspark.mesos.rejectOfferDurationspark.cores.max is reached
+