Skip to content

Commit

Permalink
cassandra 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Mar 1, 2019
1 parent 26f5ba6 commit cf80935
Show file tree
Hide file tree
Showing 3 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.12.3

# 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.3 \
ENV CASSANDRA_VERSION=3.11.4 \
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.3
CASSANDRA_VERSION=3.11.4
# 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
Binary file modified cassandra/ZipkinConfigurationLoader.class
Binary file not shown.

0 comments on commit cf80935

Please sign in to comment.