2015-01-30 23:36:38 -05:00
|
|
|
#
|
|
|
|
# Druid - a distributed column store.
|
|
|
|
# Copyright 2012 - 2015 Metamarkets Group Inc.
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
#
|
|
|
|
|
2014-06-09 18:59:44 -04:00
|
|
|
# Extensions
|
2014-12-10 13:47:57 -05:00
|
|
|
druid.extensions.coordinates=["io.druid.extensions:druid-examples","io.druid.extensions:druid-kafka-seven","io.druid.extensions:mysql-metadata-storage"]
|
2014-06-09 18:59:44 -04:00
|
|
|
|
|
|
|
# Zookeeper
|
|
|
|
druid.zk.service.host=localhost
|
|
|
|
|
|
|
|
# Metadata Storage
|
2014-10-31 15:03:04 -04:00
|
|
|
druid.metadata.storage.type=mysql
|
|
|
|
druid.metadata.storage.connector.connectURI=jdbc\:mysql\://localhost\:3306/druid
|
|
|
|
druid.metadata.storage.connector.user=druid
|
|
|
|
druid.metadata.storage.connector.password=diurd
|
2014-06-09 18:59:44 -04:00
|
|
|
|
|
|
|
# Deep storage
|
|
|
|
druid.storage.type=local
|
|
|
|
druid.storage.storage.storageDirectory=/tmp/druid/localStorage
|
|
|
|
|
2014-12-09 17:30:54 -05:00
|
|
|
# Cache can be defined here if we have a distributed cache
|
2014-11-24 17:54:11 -05:00
|
|
|
|
2014-06-09 18:59:44 -04:00
|
|
|
# Indexing service discovery
|
|
|
|
druid.selectors.indexing.serviceName=overlord
|
|
|
|
|
|
|
|
# Monitoring (disabled for examples)
|
|
|
|
# druid.monitoring.monitors=["com.metamx.metrics.SysMonitor","com.metamx.metrics.JvmMonitor"]
|
|
|
|
|
2014-08-06 18:47:22 -04:00
|
|
|
# Metrics logging (disabled for examples)
|
2014-08-12 17:00:21 -04:00
|
|
|
druid.emitter=noop
|