Repository: spark
Updated Branches:
  refs/heads/master cd5c8d7bb -> 10094a523


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...@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.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/10094a52
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/10094a52
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/10094a52

Branch: refs/heads/master
Commit: 10094a523e3993b775111ae9b22ca31cc0d76e03
Parents: cd5c8d7
Author: Li Zhihui <zhihui...@intel.com>
Authored: Thu Feb 26 13:07:07 2015 -0800
Committer: Andrew Or <and...@databricks.com>
Committed: Thu Feb 26 13:07:49 2015 -0800

----------------------------------------------------------------------
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/10094a52/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: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to