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.
  • Loading branch information
li-zhihui committed Feb 26, 2015
1 parent d20559b commit 63e7a44
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.0 for 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)
Expand Down

0 comments on commit 63e7a44

Please sign in to comment.