You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by an...@apache.org on 2016/02/05 23:35:42 UTC

spark git commit: [SPARK-13214][DOCS] update dynamicAllocation documentation

Repository: spark
Updated Branches:
  refs/heads/master 1ed354a53 -> 66e1383de


[SPARK-13214][DOCS] update dynamicAllocation documentation

Author: Bill Chambers <bi...@databricks.com>

Closes #11094 from anabranch/dynamic-docs.


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

Branch: refs/heads/master
Commit: 66e1383de2650a0f06929db8109a02e32c5eaf6b
Parents: 1ed354a
Author: Bill Chambers <bi...@databricks.com>
Authored: Fri Feb 5 14:35:39 2016 -0800
Committer: Andrew Or <an...@databricks.com>
Committed: Fri Feb 5 14:35:39 2016 -0800

----------------------------------------------------------------------
 docs/configuration.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/66e1383d/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 93b399d..cd9dc1b 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1169,8 +1169,8 @@ Apart from these, the following properties are also available, and may be useful
   <td>false</td>
   <td>
     Whether to use dynamic resource allocation, which scales the number of executors registered
-    with this application up and down based on the workload. Note that this is currently only
-    available on YARN mode. For more detail, see the description
+    with this application up and down based on the workload. 
+    For more detail, see the description
     <a href="job-scheduling.html#dynamic-resource-allocation">here</a>.
     <br><br>
     This requires <code>spark.shuffle.service.enabled</code> to be set.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org