2013-10-02 17:22:39 -04:00
|
|
|
druid.host=localhost
|
|
|
|
druid.port=8081
|
2014-11-24 17:54:11 -05:00
|
|
|
druid.service=historical
|
2013-10-02 17:22:39 -04:00
|
|
|
|
2014-11-24 17:54:11 -05:00
|
|
|
# We can only 1 scan segment in parallel with these configs.
|
|
|
|
# Our intermediate buffer is also very small so longer topNs will be slow.
|
2014-01-13 21:01:56 -05:00
|
|
|
druid.processing.buffer.sizeBytes=100000000
|
2013-11-11 19:43:05 -05:00
|
|
|
druid.processing.numThreads=1
|
2013-10-02 17:22:39 -04:00
|
|
|
|
2014-08-12 17:00:21 -04:00
|
|
|
druid.segmentCache.locations=[{"path": "/tmp/druid/indexCache", "maxSize"\: 10000000000}]
|
2014-11-21 17:45:24 -05:00
|
|
|
druid.server.maxSize=10000000000
|