fix properties of examples

This commit is contained in:
fjy 2014-12-09 14:30:54 -08:00
parent f0e5bb1ba9
commit 14ab10a9c7
2 changed files with 4 additions and 3 deletions

View File

@ -14,9 +14,7 @@ druid.metadata.storage.connector.password=diurd
druid.storage.type=local
druid.storage.storage.storageDirectory=/tmp/druid/localStorage
# Cache (we use a simple 10mb heap-based local cache on the broker)
druid.cache.type=local
druid.cache.sizeInBytes=10000000
# Cache can be defined here if we have a distributed cache
# Indexing service discovery
druid.selectors.indexing.serviceName=overlord

View File

@ -2,6 +2,9 @@ druid.host=localhost
druid.port=8080
druid.service=broker
# We use a simple 10mb heap-based local cache
druid.cache.type=local
druid.cache.sizeInBytes=10000000
druid.broker.cache.useCache=true
druid.broker.cache.populateCache=true