From dce2a28d3f661817ef8ea82adbfe8a6685b42864 Mon Sep 17 00:00:00 2001 From: Bill Chambers Date: Fri, 5 Feb 2016 11:05:39 -0800 Subject: [PATCH] fix dynamicAllocation documentation for all cluster managers --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 93b399d819ccd..cd9dc1bcfc113 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 false 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 here.

This requires spark.shuffle.service.enabled to be set.