datastax / cstar_perf

Apache Cassandra performance testing platform
Apache License 2.0
72 stars 34 forks source link

Is this compitable with Cassandra 3.3 installed on CentOS7 ? #176

Open engineerakki opened 8 years ago

engineerakki commented 8 years ago

Is this compitable with Cassandra 3.3 installed on CentOS7 ?

mshuler commented 8 years ago

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.

rosstex commented 8 years ago

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.