AmatyaAvadhanula commented on code in PR #14063:
URL: https://github.com/apache/druid/pull/14063#discussion_r1163484206


##########
docs/configuration/index.md:
##########
@@ -1457,6 +1457,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. The version 
number is a string. This affects the expected behavior during certain 
operations like comparison against `druid.indexer.runner.minWorkerVersion`. 
Specifically, the version comparison follows dictionary order. Use ISO8601 date 
format for the version to accommodate date comparisons.|0|
 |`druid.worker.capacity`|Maximum number of tasks the MiddleManager can 
accept.|Number of CPUs on the machine - 1|
+|`druid.worker.baseTaskDirs`|List of base temporary working directories, one 
of which is assigned per task in a round-robin fashion. This property can be 
used to allow usage of multiple disks for indexing. This property is 
recommended in place of and takes precedence over 
`${druid.indexer.task.baseTaskDir}`.  If this configuration is not set, 
`${druid.indexer.task.baseTaskDir}` is used.  Example: 
`druid.worker.baseTaskDirPaths=[\"PATH1\",\"PATH2\",...]`.|null|

Review Comment:
   typo: baseTaskDirPaths -> baseTaskDirs



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to