Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility ycsb x cassandra #945

Closed
cgara opened this issue Mar 23, 2017 · 3 comments
Closed

Compatibility ycsb x cassandra #945

cgara opened this issue Mar 23, 2017 · 3 comments

Comments

@cgara
Copy link

cgara commented Mar 23, 2017

Hi,

For version 0.12.0 of ycsb. What is the last compatible version of cassandra?
Version 3.0 of the cassandra does not have cassandra-cli.

Thank you

@jixuan1989
Copy link

Though the CQL3 in Cassandra 2.x and 3.x has more rich syntax than Cassandra 1.2, currently the implementation of Cassandra-Client in YCSB does not care about the new feature.

Though I have not try it, it can be compatible from Cassandra 1.2+ to 3.x, I think. It is because that the project depends on Datastax Java driver 3.0.0 (see the pom.xml).
The official document says the Java driver version supports Cassandra 1.2+ http://docs.datastax.com/en/developer/java-driver/3.0/ and https://github.com/datastax/java-driver .

By the way, Cassandra 3.x use cqlsh rather than cassandra-cli, But if you enable the thrift server, you can still use thrift API (cassandra-cli uses the same API) to connect the Cassandra server. However, only a few operations it supports now.

@gothikz
Copy link

gothikz commented Jul 12, 2017

Hello,

I tried to load data in Cassandra 3.11 today and it worked. I used the following command:

bin\ycsb load cassandra-cql -p hosts=localhost -P workloads\workloada -s > output.dat

Maybe that will help

@busbey
Copy link
Collaborator

busbey commented Jul 7, 2018

closing as stale

@busbey busbey closed this as completed Jul 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants