fix broken examples

This commit is contained in:
fjy 2014-03-14 10:56:27 -07:00
parent 5fd506cd51
commit 6844063a52
2 changed files with 10 additions and 1 deletions

View File

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

View File

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