aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorBill Chambers <bill@databricks.com>2016-02-05 14:35:39 -0800
committerAndrew Or <andrew@databricks.com>2016-02-05 14:35:39 -0800
commit66e1383de2650a0f06929db8109a02e32c5eaf6b (patch)
tree48c7303b7e8775676d815b578891e5f29283eacf /docs/configuration.md
parent1ed354a5362967d904e9513e5a1618676c9c67a6 (diff)
downloadspark-66e1383de2650a0f06929db8109a02e32c5eaf6b.tar.gz
spark-66e1383de2650a0f06929db8109a02e32c5eaf6b.tar.bz2
spark-66e1383de2650a0f06929db8109a02e32c5eaf6b.zip
[SPARK-13214][DOCS] update dynamicAllocation documentation
Author: Bill Chambers <bill@databricks.com> Closes #11094 from anabranch/dynamic-docs.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 93b399d819..cd9dc1bcfc 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.