2013-10-02 17:22:39 -04:00
|
|
|
druid.host=localhost
|
|
|
|
druid.port=8083
|
2014-11-24 17:54:11 -05:00
|
|
|
druid.service=realtime
|
2013-07-01 19:15:05 -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
|
2014-02-07 14:46:32 -05:00
|
|
|
druid.processing.numThreads=1
|
2014-03-13 21:52:08 -04:00
|
|
|
|
2014-08-08 15:44:29 -04:00
|
|
|
# Enable Real monitoring
|
2014-08-12 17:00:21 -04:00
|
|
|
# druid.monitoring.monitors=["com.metamx.metrics.SysMonitor","com.metamx.metrics.JvmMonitor","io.druid.segment.realtime.RealtimeMetricsMonitor"]
|