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:08:02 -0800
commit94faf4c490f59831ea31468c5355d2fef26cd91b (patch)
tree42ebe864acf04d22f4af49a31f6281f87b79ea6d /docs
parent602d5c1fc03ccb9bf7749f2c71f3a8d902455422 (diff)
downloadspark-94faf4c490f59831ea31468c5355d2fef26cd91b.tar.gz
spark-94faf4c490f59831ea31468c5355d2fef26cd91b.tar.bz2
spark-94faf4c490f59831ea31468c5355d2fef26cd91b.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. (cherry picked from commit 10094a523e3993b775111ae9b22ca31cc0d76e03) Signed-off-by: Andrew Or <andrew@databricks.com>
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 ddcdf3fefe..f8549dfaeb 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1037,7 +1037,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)