Repository: spark
Updated Branches:
  refs/heads/branch-1.2 602d5c1fc -> 94faf4c49


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/94faf4c4
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/94faf4c4
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/94faf4c4

Branch: refs/heads/branch-1.2
Commit: 94faf4c490f59831ea31468c5355d2fef26cd91b
Parents: 602d5c1
Author: Li Zhihui <[email protected]>
Authored: Thu Feb 26 13:07:07 2015 -0800
Committer: Andrew Or <[email protected]>
Committed: Thu Feb 26 13:08:02 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/spark/blob/94faf4c4/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index ddcdf3f..f8549df 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)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to