Skip to content

Commit

Permalink
[SPARK-10514] [Mesos] Updating the documents for spark.scheduler.minR…
Browse files Browse the repository at this point in the history
…egisteredResourcesRatio parameter
  • Loading branch information
SleepyThread committed Sep 10, 2015
1 parent ced70f7 commit bc06cbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1109,10 +1109,11 @@ Apart from these, the following properties are also available, and may be useful
</tr>
<tr>
<td><code>spark.scheduler.minRegisteredResourcesRatio</code></td>
<td>0.8 for YARN mode; 0.0 otherwise</td>
<td>0.8 for YARN mode; 0.0 for standalone mode and Mesos Coarse grained mode</td>
<td>
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
Expand Down

0 comments on commit bc06cbd

Please sign in to comment.