diff --git a/Dockerfile b/Dockerfile index 73ecd84..1e8cb0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:14.04 # Set version and github repo which you want to build from ENV GITHUB_OWNER druid-io ENV DRUID_VERSION 0.12.1 -ENV ZOOKEEPER_VERSION 3.4.10 +ENV ZOOKEEPER_VERSION 3.4.13 # Java 8 RUN apt-get update \ diff --git a/supervisord.conf b/supervisord.conf index aeeff7b..be55a51 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -51,8 +51,8 @@ command=java -Ddruid.extensions.loadList=[\"druid-s3-extensions\"] -Ddruid.extensions.directory=/usr/local/druid/extensions -Ddruid.extensions.hadoopDependenciesDir=/usr/local/druid/hadoop-dependencies - -Ddruid.s3.accessKey=AKIAIMKECRUYKDQGR6YQ - -Ddruid.s3.secretKey=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 + -Ddruid.s3.accessKey=AKIAJI7DG7CDECGBQ6NA + -Ddruid.s3.secretKey=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 -Ddruid.computation.buffer.size=67108864 -Ddruid.segmentCache.locations="[{\"path\":\"/var/tmp/druid/indexCache\",\"maxSize\":5000000000}]" -Ddruid.server.maxSize=5000000000