From d8e5a159e8a8aede43bbdfb381785fddae50e2cb Mon Sep 17 00:00:00 2001 From: Mainak Ghosh Date: Tue, 3 Nov 2020 00:14:47 -0800 Subject: [PATCH] Update index.md (#10549) Removing the extra `_` in the default for middlemanager category --- docs/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/index.md b/docs/configuration/index.md index 2136d8e5960..e8ec0b31916 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -1190,7 +1190,7 @@ Middle managers pass their configurations down to their child peons. The MiddleM |`druid.worker.ip`|The IP of the worker.|localhost| |`druid.worker.version`|Version identifier for the MiddleManager.|0| |`druid.worker.capacity`|Maximum number of tasks the MiddleManager can accept.|Number of CPUs on the machine - 1| -|`druid.worker.category`|A string to name the category that the MiddleManager node belongs to.|`__default_worker_category`| +|`druid.worker.category`|A string to name the category that the MiddleManager node belongs to.|`_default_worker_category`| #### Peon Processing