Correction in indexing-service configuration doc. (#4700)

This commit is contained in:
Akash Dwivedi 2017-08-22 21:21:34 -07:00 committed by Roman Leventov
parent 326a85a9a4
commit b43720c46d
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ Middle managers pass their configurations down to their child peons. The middle
|Property|Description|Default|
|--------|-----------|-------|
|`druid.indexer.runner.allowedPrefixes`|Whitelist of prefixes for configs that can be passed down to child peons.|"com.metamx", "druid", "io.druid", "user.timezone","file.encoding"|
|`druid.indexer.runner.allowedPrefixes`|Whitelist of prefixes for configs that can be passed down to child peons.|"com.metamx", "druid", "io.druid", "user.timezone", "file.encoding", "java.io.tmpdir", "hadoop"|
|`druid.indexer.runner.compressZnodes`|Indicates whether or not the middle managers should compress Znodes.|true|
|`druid.indexer.runner.classpath`|Java classpath for the peon.|System.getProperty("java.class.path")|
|`druid.indexer.runner.javaCommand`|Command required to execute java.|java|