aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLi Zhihui <zhihui.li@intel.com>2015-02-26 13:07:07 -0800
committerAndrew Or <andrew@databricks.com>2015-02-26 13:07:49 -0800
commit10094a523e3993b775111ae9b22ca31cc0d76e03 (patch)
tree26d15a54ff7defc6f2cf0ee6e435c0c415312c48 /docs
parentcd5c8d7bbd3ea410df08af6cdd3833e0ed4b91a0 (diff)
downloadspark-10094a523e3993b775111ae9b22ca31cc0d76e03.tar.gz
spark-10094a523e3993b775111ae9b22ca31cc0d76e03.tar.bz2
spark-10094a523e3993b775111ae9b22ca31cc0d76e03.zip
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 <zhihui.li@intel.com> Closes #4781 from li-zhihui/fixdocconf and squashes the following commits: 63e7a44 [Li Zhihui] Modify default value description for spark.scheduler.minRegisteredResourcesRatio on docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 8dd2bad613..c11787b17e 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)