Repository: spark Updated Branches: refs/heads/branch-1.3 5d309ad6c -> 62652dc5b
Modify default value description for spark.scheduler.minRegisteredResourcesRatio on docs. The configuration is not supported in mesos mode now. See https://github.com/apache/spark/pull/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. (cherry picked from commit 10094a523e3993b775111ae9b22ca31cc0d76e03) Signed-off-by: Andrew Or <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/62652dc5 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/62652dc5 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/62652dc5 Branch: refs/heads/branch-1.3 Commit: 62652dc5be7de4189a8fdd9d17b819c9589328da Parents: 5d309ad Author: Li Zhihui <[email protected]> Authored: Thu Feb 26 13:07:07 2015 -0800 Committer: Andrew Or <[email protected]> Committed: Thu Feb 26 13:07:55 2015 -0800 ---------------------------------------------------------------------- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/62652dc5/docs/configuration.md ---------------------------------------------------------------------- diff --git a/docs/configuration.md b/docs/configuration.md index 8dd2bad..c11787b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
