aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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.