druid/examples/config/realtime/runtime.properties

12 lines
402 B
Properties
Raw Normal View History

druid.host=localhost
druid.service=realtime
druid.port=8083
2013-07-01 19:15:05 -04:00
# Change this config to db to hand off to the rest of the Druid cluster
druid.publish.type=noop
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"]