Skip to content

Commit

Permalink
[SPARK-13214][DOCS] update dynamicAllocation documentation
Browse files Browse the repository at this point in the history
Author: Bill Chambers <bill@databricks.com>

Closes #11094 from anabranch/dynamic-docs.
  • Loading branch information
Bill Chambers authored and Andrew Or committed Feb 5, 2016
1 parent 1ed354a commit 66e1383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 66e1383

Please sign in to comment.