mirror of https://github.com/apache/druid.git
15 lines
547 B
Properties
15 lines
547 B
Properties
druid.host=localhost
|
|
druid.port=8083
|
|
druid.service=realtime
|
|
|
|
# Change this config to 'metadata' to hand off to the rest of the Druid cluster
|
|
druid.publish.type=noop
|
|
|
|
# We can only 1 scan segment in parallel with these configs.
|
|
# Our intermediate buffer is also very small so longer topNs will be slow.
|
|
druid.processing.buffer.sizeBytes=100000000
|
|
druid.processing.numThreads=1
|
|
|
|
# Enable Real monitoring
|
|
# druid.monitoring.monitors=["com.metamx.metrics.SysMonitor","com.metamx.metrics.JvmMonitor","io.druid.segment.realtime.RealtimeMetricsMonitor"]
|