Bumped the Cassandra version to 3.9 for the storage examples Docker images. Exposed most of the important Cassandra production tunables, and made the run.sh script a little easier to debug

This commit is contained in:
Matthew Stump
2016-11-19 15:46:09 +07:00
parent 238459b092
commit 8864281c8a
6 changed files with 331 additions and 45 deletions

View File

@@ -33,7 +33,7 @@
<properties>
<logback.version>1.1.3</logback.version>
<cassandra.version>3.7</cassandra.version>
<cassandra.version>3.9</cassandra.version>
</properties>
<dependencies>