mirror of
https://github.com/apache/druid.git
synced 2025-02-20 00:47:40 +00:00
fix properties of examples
This commit is contained in:
parent
f0e5bb1ba9
commit
14ab10a9c7
@ -14,9 +14,7 @@ druid.metadata.storage.connector.password=diurd
|
|||||||
druid.storage.type=local
|
druid.storage.type=local
|
||||||
druid.storage.storage.storageDirectory=/tmp/druid/localStorage
|
druid.storage.storage.storageDirectory=/tmp/druid/localStorage
|
||||||
|
|
||||||
# Cache (we use a simple 10mb heap-based local cache on the broker)
|
# Cache can be defined here if we have a distributed cache
|
||||||
druid.cache.type=local
|
|
||||||
druid.cache.sizeInBytes=10000000
|
|
||||||
|
|
||||||
# Indexing service discovery
|
# Indexing service discovery
|
||||||
druid.selectors.indexing.serviceName=overlord
|
druid.selectors.indexing.serviceName=overlord
|
||||||
|
@ -2,6 +2,9 @@ druid.host=localhost
|
|||||||
druid.port=8080
|
druid.port=8080
|
||||||
druid.service=broker
|
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.useCache=true
|
||||||
druid.broker.cache.populateCache=true
|
druid.broker.cache.populateCache=true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user