Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion examples/config/_common/common.runtime.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ druid.cache.type=local
druid.cache.sizeInBytes=10000000

# Indexing service discovery
druid.selectors.indexing.serviceName=overlord
#druid.selectors.indexing.serviceName=druid:overlord

# Coordinator service discovery
#druid.selectors.indexing.serviceName=druid:coordinator
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this line is not right


# Monitoring (disabled for examples, if you enable SysMonitor, make sure to include sigar jar in your cp)
# druid.monitoring.monitors=["com.metamx.metrics.SysMonitor","com.metamx.metrics.JvmMonitor"]
Expand Down
2 changes: 1 addition & 1 deletion examples/config/broker/runtime.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Default host: localhost. Default port: 8082. If you run each node type on its own node in production, you should override these values to be IP:8080
#druid.host=localhost
#druid.port=8082
druid.service=broker
#druid.service=druid/broker

# We enable using the local query cache here
druid.broker.cache.useCache=true
Expand Down
2 changes: 1 addition & 1 deletion examples/config/coordinator/runtime.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Default host: localhost. Default port: 8081. If you run each node type on its own node in production, you should override these values to be IP:8080
#druid.host=localhost
#druid.port=8081
druid.service=coordinator
#druid.service=druid/coordinator

# The coordinator begins assignment operations after the start delay.
# We override the default here to start things up faster for examples.
Expand Down
2 changes: 1 addition & 1 deletion examples/config/historical/runtime.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Default host: localhost. Default port: 8083. If you run each node type on its own node in production, you should override these values to be IP:8080
#druid.host=localhost
#druid.port=8083
druid.service=historical
#druid.service=druid/historical


# Our intermediate buffer is also very small so longer topNs will be slow.
Expand Down
2 changes: 1 addition & 1 deletion examples/config/middleManager/runtime.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
# uncomment following property in overlord/runtime.properties
# druid.indexer.runner.type=remote

druid.service=middleManager
#druid.service=druid/middlemanager
druid.indexer.runner.javaOpts=-server -Xmx256m

2 changes: 1 addition & 1 deletion examples/config/overlord/runtime.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Default host: localhost. Default port: 8090. If you run each node type on its own node in production, you should override these values to be IP:8080
#druid.host=localhost
#druid.port=8090
druid.service=overlord
#druid.service=druid/overlord

# Run the overlord in local mode with a single peon to execute tasks
# This is not recommended for production.
Expand Down
2 changes: 1 addition & 1 deletion examples/config/realtime/runtime.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Default host: localhost. Default port: 8084. If you run each node type on its own node in production, you should override these values to be IP:8080
#druid.host=localhost
#druid.port=8084
druid.service=realtime
#druid.service=druid/realtime

# We can only 1 scan segment in parallel with these configs.
# Our intermediate buffer is also very small so longer topNs will be slow.
Expand Down
6 changes: 3 additions & 3 deletions examples/config/router/runtime.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

druid.service=router
druid.router.defaultBrokerServiceName=broker
druid.router.coordinatorServiceName=coordinator
#druid.service=druid/router
#druid.router.defaultBrokerServiceName=druid/broker
#druid.router.coordinatorServiceName=druid/coordinator