2014-11-06 13:23:24 -05:00
|
|
|
[program:druid-broker]
|
|
|
|
command=java
|
|
|
|
-server
|
2018-03-28 21:58:39 -04:00
|
|
|
-Xmx512m
|
|
|
|
-Xms512m
|
|
|
|
-XX:NewSize=256m
|
|
|
|
-XX:MaxNewSize=256m
|
2014-11-06 13:23:24 -05:00
|
|
|
-XX:+UseConcMarkSweepGC
|
|
|
|
-XX:+PrintGCDetails
|
|
|
|
-XX:+PrintGCTimeStamps
|
|
|
|
-Duser.timezone=UTC
|
|
|
|
-Dfile.encoding=UTF-8
|
|
|
|
-Ddruid.host=%(ENV_HOST_IP)s
|
2015-10-22 17:39:30 -04:00
|
|
|
-Ddruid.zk.service.host=druid-zookeeper-kafka
|
2018-03-28 21:58:39 -04:00
|
|
|
-Ddruid.processing.buffer.sizeBytes=25000000
|
2014-11-06 13:23:24 -05:00
|
|
|
-Ddruid.server.http.numThreads=100
|
|
|
|
-Ddruid.processing.numThreads=1
|
|
|
|
-Ddruid.broker.http.numConnections=30
|
|
|
|
-Ddruid.broker.http.readTimeout=PT5M
|
|
|
|
-Ddruid.broker.cache.useCache=true
|
|
|
|
-Ddruid.broker.cache.populateCache=true
|
|
|
|
-Ddruid.cache.type=local
|
|
|
|
-Ddruid.cache.sizeInBytes=40000000
|
2017-12-14 13:36:04 -05:00
|
|
|
-Ddruid.lookup.numLookupLoadingThreads=1
|
|
|
|
-Ddruid.auth.authenticatorChain="[\"basic\"]"
|
|
|
|
-Ddruid.auth.authenticator.basic.type=basic
|
|
|
|
-Ddruid.auth.authenticator.basic.initialAdminPassword=priest
|
|
|
|
-Ddruid.auth.authenticator.basic.initialInternalClientPassword=warlock
|
|
|
|
-Ddruid.auth.authenticator.basic.authorizerName=basic
|
|
|
|
-Ddruid.auth.basic.common.cacheDirectory=/tmp/authCache/broker
|
|
|
|
-Ddruid.escalator.type=basic
|
|
|
|
-Ddruid.escalator.internalClientUsername=druid_system
|
|
|
|
-Ddruid.escalator.internalClientPassword=warlock
|
|
|
|
-Ddruid.escalator.authorizerName=basic
|
|
|
|
-Ddruid.auth.authorizers="[\"basic\"]"
|
|
|
|
-Ddruid.auth.authorizer.basic.type=basic
|
2018-02-28 15:25:32 -05:00
|
|
|
-Ddruid.sql.enable=true
|
|
|
|
-Ddruid.sql.avatica.enable=true
|
2018-09-19 12:56:15 -04:00
|
|
|
-Ddruid.enableTlsPort=true
|
|
|
|
-Ddruid.server.https.keyStorePath=/tls/server.jks
|
|
|
|
-Ddruid.server.https.keyStoreType=jks
|
|
|
|
-Ddruid.server.https.certAlias=druid
|
|
|
|
-Ddruid.server.https.keyManagerPassword=druid123
|
|
|
|
-Ddruid.server.https.keyStorePassword=druid123
|
|
|
|
-Ddruid.server.https.requireClientCertificate=true
|
|
|
|
-Ddruid.server.https.trustStorePath=/tls/truststore.jks
|
|
|
|
-Ddruid.server.https.trustStorePassword=druid123
|
|
|
|
-Ddruid.server.https.trustStoreAlgorithm=PKIX
|
|
|
|
-Ddruid.server.https.validateHostnames=true
|
|
|
|
-Ddruid.server.https.crlPath=/tls/revocations.crl
|
|
|
|
-Ddruid.client.https.trustStoreAlgorithm=PKIX
|
|
|
|
-Ddruid.client.https.protocol=TLSv1.2
|
|
|
|
-Ddruid.client.https.trustStorePath=/tls/truststore.jks
|
|
|
|
-Ddruid.client.https.trustStorePassword=druid123
|
|
|
|
-Ddruid.client.https.keyStorePath=/tls/server.jks
|
|
|
|
-Ddruid.client.https.certAlias=druid
|
|
|
|
-Ddruid.client.https.keyManagerPassword=druid123
|
|
|
|
-Ddruid.client.https.keyStorePassword=druid123
|
2017-11-10 17:07:37 -05:00
|
|
|
-cp /shared/docker/lib/*
|
2018-08-30 12:56:26 -04:00
|
|
|
org.apache.druid.cli.Main server broker
|
2014-11-06 13:23:24 -05:00
|
|
|
redirect_stderr=true
|
|
|
|
autorestart=false
|
|
|
|
priority=100
|
|
|
|
stdout_logfile=/shared/logs/broker.log
|