Skip to content

Commit

Permalink
Modify default value description for spark.scheduler.minRegisteredRes…
Browse files Browse the repository at this point in the history
…ourcesRatio on docs.

The configuration is not supported in mesos mode now.
See #1462

Author: Li Zhihui <[email protected]>

Closes #4781 from li-zhihui/fixdocconf and squashes the following commits:

63e7a44 [Li Zhihui] Modify default value description for spark.scheduler.minRegisteredResourcesRatio on docs.
  • Loading branch information
li-zhihui authored and Andrew Or committed Feb 26, 2015
1 parent cd5c8d7 commit 10094a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ Apart from these, the following properties are also available, and may be useful
</tr>
<tr>
<td><code>spark.scheduler.minRegisteredResourcesRatio</code></td>
<td>0.0 for Mesos and Standalone mode, 0.8 for YARN</td>
<td>0.8 for YARN mode; 0.0 otherwise</td>
<td>
The minimum ratio of registered resources (registered resources / total expected resources)
(resources are executors in yarn mode, CPU cores in standalone mode)
Expand Down

0 comments on commit 10094a5

Please sign in to comment.