Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Commit

Permalink
bump to use Cassandra-3.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsembwever authored and adriancole committed Aug 3, 2018
1 parent eaac894 commit 815227c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cassandra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV ZIPKIN_VERSION 2.10.4

# Temporarily hard-code zipkin's configuration to a class that looks up the container's IP
ADD ZipkinConfigurationLoader.class /cassandra/build/classes/main/ZipkinConfigurationLoader.class
ENV CASSANDRA_VERSION=3.11.2 \
ENV CASSANDRA_VERSION=3.11.3 \
JAVA=/usr/local/java/jre/bin/java \
JVM_OPTS="-Dcassandra -Dcassandra.config.loader=ZipkinConfigurationLoader -Djava.net.preferIPv4Stack=true"

Expand Down
2 changes: 1 addition & 1 deletion cassandra/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This is temporary until we have a means to change yaml at runtime, to set the container IP, etc.

```bash
CASSANDRA_VERSION=3.11.1
CASSANDRA_VERSION=3.11.3
# DataStax only hosts 3.0 series at the moment
curl -SL http://archive.apache.org/dist/cassandra/$CASSANDRA_VERSION/apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz | tar xz
javac -classpath apache-cassandra-$CASSANDRA_VERSION/lib/apache-cassandra-$CASSANDRA_VERSION.jar ZipkinConfigurationLoader.java
Expand Down

0 comments on commit 815227c

Please sign in to comment.