Skip to content

Commit

Permalink
Merge pull request #6 from Fokko/update-zookeeper
Browse files Browse the repository at this point in the history
Updated Zookeeper
  • Loading branch information
wurstmeister committed Nov 26, 2016
2 parents eb4e003 + fb05c33 commit 4672b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM wurstmeister/base

MAINTAINER Wurstmeister

ENV ZOOKEEPER_VERSION 3.4.6
ENV ZOOKEEPER_VERSION 3.4.9

#Download Zookeeper
RUN wget -q http://mirror.vorboss.net/apache/zookeeper/zookeeper-${ZOOKEEPER_VERSION}/zookeeper-${ZOOKEEPER_VERSION}.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion start-zk.sh
@@ -1,4 +1,4 @@
sed -i -r 's|#(log4j.appender.ROLLINGFILE.MaxBackupIndex.*)|\1|g' $ZK_HOME/conf/log4j.properties
sed -i -r 's|#autopurge|autopurge|g' $ZK_HOME/conf/zoo.cfg

/opt/zookeeper-3.4.6/bin/zkServer.sh start-foreground
/opt/zookeeper-3.4.9/bin/zkServer.sh start-foreground

0 comments on commit 4672b15

Please sign in to comment.