2013-10-02 14:22:39 -07:00
|
|
|
druid.host=localhost
|
|
|
|
druid.port=8081
|
2014-11-24 14:54:11 -08:00
|
|
|
druid.service=historical
|
2013-10-02 14:22:39 -07:00
|
|
|
|
2014-11-24 14:54:11 -08: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 18:01:56 -08:00
|
|
|
druid.processing.buffer.sizeBytes=100000000
|
2013-11-11 16:43:05 -08:00
|
|
|
druid.processing.numThreads=1
|
2013-10-02 14:22:39 -07:00
|
|
|
|
2014-08-12 14:00:21 -07:00
|
|
|
druid.segmentCache.locations=[{"path": "/tmp/druid/indexCache", "maxSize"\: 10000000000}]
|
2014-11-21 14:45:24 -08:00
|
|
|
druid.server.maxSize=10000000000
|