druid/examples/config/realtime/runtime.properties

12 lines
442 B
Properties
Raw Normal View History

druid.host=localhost
druid.port=8083
druid.service=realtime
2013-07-01 19:15:05 -04: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
# Enable Real monitoring
# druid.monitoring.monitors=["com.metamx.metrics.SysMonitor","com.metamx.metrics.JvmMonitor","io.druid.segment.realtime.RealtimeMetricsMonitor"]