mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
fix broken examples
This commit is contained in:
parent
5fd506cd51
commit
6844063a52
@ -26,6 +26,11 @@ druid.service=broker
|
||||
druid.port=8080
|
||||
|
||||
druid.zk.service.host=localhost
|
||||
|
||||
# Change these to make Druid faster
|
||||
druid.processing.buffer.sizeBytes=100000000
|
||||
druid.processing.numThreads=1
|
||||
|
||||
```
|
||||
|
||||
Production Configs
|
||||
|
@ -2,4 +2,8 @@ druid.host=localhost
|
||||
druid.service=broker
|
||||
druid.port=8080
|
||||
|
||||
druid.zk.service.host=localhost
|
||||
druid.zk.service.host=localhost
|
||||
|
||||
# Change these to make Druid faster
|
||||
druid.processing.buffer.sizeBytes=100000000
|
||||
druid.processing.numThreads=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user