diff --git a/docs/configuration.md b/docs/configuration.md index e287591f3fda1..ec08668dcad0d 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1109,10 +1109,11 @@ Apart from these, the following properties are also available, and may be useful spark.scheduler.minRegisteredResourcesRatio - 0.8 for YARN mode; 0.0 otherwise + 0.8 for YARN mode; 0.0 for standalone mode and Mesos Coarse grained mode The minimum ratio of registered resources (registered resources / total expected resources) - (resources are executors in yarn mode, CPU cores in standalone mode) + (resources are executors in yarn mode, CPU cores in standalone mode and Mesos Coarsed Grained + mode ['spark.cores.max' value is total expected resources for Mesos Coarse grained mode] ) to wait for before scheduling begins. Specified as a double between 0.0 and 1.0. Regardless of whether the minimum ratio of resources has been reached, the maximum amount of time it will wait before scheduling begins is controlled by config