cstar_perf icon indicating copy to clipboard operation
cstar_perf copied to clipboard

Is this compitable with Cassandra 3.3 installed on CentOS7 ?

Open engineerakki opened this issue 8 years ago • 2 comments

Is this compitable with Cassandra 3.3 installed on CentOS7 ?

engineerakki avatar Mar 16 '16 06:03 engineerakki

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.

mshuler avatar Mar 23 '16 16:03 mshuler

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.

rosstex avatar May 27 '16 21:05 rosstex