2014-11-06 13:23:24 -05:00
|
|
|
[program:druid-historical]
|
|
|
|
command=java
|
|
|
|
-server
|
|
|
|
-Xmx1500m
|
|
|
|
-Xms1500m
|
|
|
|
-XX:NewSize=750m
|
|
|
|
-XX:MaxNewSize=750m
|
|
|
|
-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
|
2014-11-06 13:23:24 -05:00
|
|
|
-Ddruid.s3.accessKey=AKIAIMKECRUYKDQGR6YQ
|
|
|
|
-Ddruid.s3.secretKey=QyyfVZ7llSiRg6Qcrql1eEUG7buFpAK6T6engr1b
|
|
|
|
-Ddruid.processing.buffer.sizeBytes=75000000
|
|
|
|
-Ddruid.processing.numThreads=3
|
|
|
|
-Ddruid.server.http.numThreads=100
|
|
|
|
-Ddruid.segmentCache.locations="[{\"path\":\"/shared/druid/indexCache\",\"maxSize\":5000000000}]"
|
|
|
|
-Ddruid.server.maxSize=5000000000
|
|
|
|
-cp /usr/local/druid/lib/*
|
|
|
|
io.druid.cli.Main server historical
|
|
|
|
redirect_stderr=true
|
|
|
|
priority=100
|
|
|
|
autorestart=false
|
|
|
|
stdout_logfile=/shared/logs/historical.log
|