Skip to content

Commit

Permalink
SPARK-4770. [DOC] [YARN] spark.scheduler.minRegisteredResourcesRatio …
Browse files Browse the repository at this point in the history
…documented default is incorrect for YARN
  • Loading branch information
sryza committed Dec 5, 2014
1 parent f5801e8 commit bd81a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -939,11 +939,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</td>
<td>0.0 for Mesos and Standalone mode, 0.8 for YARN</td>
<td>
The minimum ratio of registered resources (registered resources / total expected resources)
(resources are executors in yarn mode, CPU cores in standalone mode)
to wait for before scheduling begins. Specified as a double between 0 and 1.
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
<code>spark.scheduler.maxRegisteredResourcesWaitingTime</code>.
Expand Down

0 comments on commit bd81a3a

Please sign in to comment.