michaelklishin / cassandra-chef-cookbook

Chef cookbook for Apache Cassandra, DataStax Enterprise (DSE) and DataStax agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong version of jamm jar with cassandra 3.7 (community)

eswenson1 opened this issue · comments

With cassandra['version'] set to 3.7, cassandra['install_method'] set to 'tarball', and cassandra['tarball'] set to http://apache.osuosl.org/cassandra/3.7/apache-cassandra-3.7-bin.tar.gz, cookbook sets up incorrect version of jamm JAR file. cassandra-env.sh references jamm-0.3.1.jar, whereas no such JAR exists in the cassandra tarball. The version in the tarball is 0.3.0.

I believe @wdauchy fixed this in 2717a48.