mirror of https://github.com/apache/druid.git
correcting storageDirectory property typo
This commit is contained in:
parent
834fd71e34
commit
457edb5d25
|
@ -29,7 +29,7 @@ druid.metadata.storage.connector.password=diurd
|
|||
|
||||
# Deep storage (local filesystem for examples - don't use this in production)
|
||||
druid.storage.type=local
|
||||
druid.storage.storage.storageDirectory=/tmp/druid/localStorage
|
||||
druid.storage.storageDirectory=/tmp/druid/localStorage
|
||||
|
||||
# Query Cache (we use a simple 10mb heap-based local cache on the broker)
|
||||
druid.cache.type=local
|
||||
|
|
Loading…
Reference in New Issue