This is an automated email from the ASF dual-hosted git repository.

nishant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new d8e5a15  Update index.md (#10549)
d8e5a15 is described below

commit d8e5a159e8a8aede43bbdfb381785fddae50e2cb
Author: Mainak Ghosh <[email protected]>
AuthorDate: Tue Nov 3 00:14:47 2020 -0800

    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 2136d8e..e8ec0b3 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
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to