44 lines
2.0 KiB
Django/Jinja
44 lines
2.0 KiB
Django/Jinja
#
|
|
# Licensed to the Apache Software Foundation (ASF) under one
|
|
# or more contributor license agreements. See the NOTICE file
|
|
# distributed with this work for additional information
|
|
# regarding copyright ownership. The ASF licenses this file
|
|
# to you 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.
|
|
#
|
|
|
|
druid.service=druid/middleManager
|
|
druid.plaintextPort=8091
|
|
|
|
# Number of tasks per middleManager
|
|
druid.worker.capacity=200
|
|
|
|
# Task launch parameters
|
|
druid.worker.baseTaskDirs=[\"var/druid/task\"]
|
|
druid.indexer.runner.javaOptsArray=["-server","-Xms1024m","-Xmx1024m","-XX:MaxDirectMemorySize=1024m","-Duser.timezone=UTC","-Dfile.encoding=UTF-8","-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager","-Dlog4j.configurationFile=conf/druid/cluster/_common/log4j2-task.xml"]
|
|
|
|
# HTTP server threads
|
|
druid.server.http.numThreads=60
|
|
|
|
# Processing threads and buffers on Peons
|
|
druid.indexer.fork.property.druid.processing.numMergeBuffers={{ druid.middlemanager['druid.indexer.fork.property.druid.processing.numMergeBuffers'] }}
|
|
druid.indexer.fork.property.druid.processing.buffer.sizeBytes={{ druid.middlemanager['druid.indexer.fork.property.druid.processing.buffer.sizeBytes'] }}
|
|
druid.indexer.fork.property.druid.processing.numThreads={{ druid.middlemanager['druid.indexer.fork.property.druid.processing.numThreads'] }}
|
|
|
|
# Hadoop indexing
|
|
druid.indexer.task.hadoopWorkingPath=var/druid/hadoop-tmp
|
|
|
|
druid.query.groupBy.maxMergingDictionarySize=10000000000
|
|
druid.query.groupBy.maxOnDiskStorage=10000000000
|
|
|