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

Cassandra drivers for Datastax 4.6 #661

Closed
inderjeet-sandy opened this issue Mar 19, 2016 · 4 comments
Closed

Cassandra drivers for Datastax 4.6 #661

inderjeet-sandy opened this issue Mar 19, 2016 · 4 comments

Comments

@inderjeet-sandy
Copy link

I'm wondering where could I find the Java drivers for Cassandra Datastax 4.6 to run YSCB benchmark against 4.6 Datastax Cassandra Cluster.

On Datastax site , i can see the drivers for version 3.0. Will that work with 4.6?

Appreciate your help and support on this.

@busbey
Copy link
Collaborator

busbey commented Mar 20, 2016

The PR you'll want to watch is #614. That's our current path to updating to the datastax driver version 3.

According to the driver's release notes, it is expected to work with Apache Cassandra 1.2+ and Datastax Enterprise 3.1+.

I presume that means it ought to work with Datastax Enterprise 4.6, though we only currently test with Apache Cassandra, so I don't know how much help we'd be debugging a problem with Datastax's commercial offering.

AFAIK, Apache Cassandra has no 4.y release line, so I'm guessing Datastax Enterprise is what you mean. If that's not the case I can look about some more.

@risdenk
Copy link
Collaborator

risdenk commented Mar 24, 2016

Relates to issue #612

@risdenk
Copy link
Collaborator

risdenk commented Mar 30, 2016

@inderjeet-sandy this should be fixed in master now. You'll have to compile YCSB from source to try it. Let us know how it works. To run against Cassandra 3.x you will probably have to use Java 8 when running the YCSB client.

@risdenk
Copy link
Collaborator

risdenk commented Apr 13, 2016

Closing since YCSB 0.8.0 was just released: https:/brianfrankcooper/YCSB/releases/tag/0.8.0 It should contain support for Cassandra 3.x.

Please reopen if it doesn't work.

@risdenk risdenk closed this as completed Apr 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants