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.
|
|
|
|
#
|
|
|
|
|
2015-12-06 10:57:33 -05:00
|
|
|
# Default host, port, service name.
|
2015-02-18 14:46:27 -05:00
|
|
|
#druid.host=localhost
|
|
|
|
#druid.port=8090
|
2015-12-06 10:57:33 -05:00
|
|
|
#druid.service=druid/overlord
|
2014-06-09 18:59:44 -04:00
|
|
|
|
2014-11-24 17:54:11 -05:00
|
|
|
# Run the overlord in local mode with a single peon to execute tasks
|
2015-03-09 19:14:52 -04:00
|
|
|
# This is not recommended for production.
|
2014-06-09 18:59:44 -04:00
|
|
|
druid.indexer.queue.startDelay=PT0M
|
2015-03-09 19:14:52 -04:00
|
|
|
# This setting is too small for real production workloads
|
2015-07-31 23:26:37 -04:00
|
|
|
druid.indexer.runner.javaOpts=-server -Xmx256m
|
2015-03-09 19:14:52 -04:00
|
|
|
# These settings are also too small for real production workloads
|
|
|
|
# Please see our recommended production settings in the docs (http://druid.io/docs/latest/Production-Cluster-Configuration.html)
|
2014-06-09 18:59:44 -04:00
|
|
|
druid.indexer.fork.property.druid.processing.numThreads=1
|
2014-08-12 17:00:21 -04:00
|
|
|
druid.indexer.fork.property.druid.computation.buffer.size=100000000
|
2015-07-24 17:43:41 -04:00
|
|
|
|
|
|
|
# Uncomment following property if you are running Middle Manager
|
|
|
|
# druid.indexer.runner.type=remote
|
|
|
|
|