cstar_perf
cstar_perf copied to clipboard
Is this compitable with Cassandra 3.3 installed on CentOS7 ?
Is this compitable with Cassandra 3.3 installed on CentOS7 ?
Perhaps? There are probably some Ubuntu/Debian assumptions, particularly in documentation, that you would need to work through, but I don't see a reason why it would not work on CentOS7. The main codebase is pretty self contained and uses python virtualenv to pull in runtime dependencies, which avoids distro-specific install issues. As for Cassandra versions, cstar_perf tests from git, so 3.3 can be tested just fine.
I can use apache/cassandra2.1 in the bootstrapping and it compiles, but using apache/cassandra3.0 results in "Javac: invalid target 1.8." Which is weird, since java 8 is the only version installed on my VM.