correcting storageDirectory property typo

This commit is contained in:
Himanshu Gupta 2015-04-01 00:54:38 -05:00
parent 834fd71e34
commit 457edb5d25
1 changed files with 1 additions and 1 deletions

View File

@ -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