adejanovski / cassandra-jdbc-wrapper

A JDBC wrapper for the Datastax Java Driver for Cassandra
Apache License 2.0
53 stars 36 forks source link

Does not seem to work on Cassandra 3 #1

Closed anders16000 closed 8 years ago

anders16000 commented 8 years ago

Hello. We receive an error message: "unconfigured table schema_keyspaces" when trying to connect to cassandra. (we can connect with an older jdbc driver over rpc, without any problems, so there are no problems on the Cassandra side.)

Do you have any plans to support Cassandra 3? If thats the case, -whats the time frame?

adejanovski commented 8 years ago

Hi,

The current version if the wrapper uses the datastax Java driver 2.1.9, which is indeed not compatible with Cassandra 3.x

I'll work on 3.x compatibility in the 2 coming weeks if time allows.

adejanovski commented 8 years ago

The master branch is now compatible with Cassandra 3.x and the fat jar can be downloaded here : https://drive.google.com/open?id=0B7fwX0DqcWSTdmlnZUxYOVVEbFk

Using tuples is broken since some methods disappeared from the Java driver. I'll see if I can fix this soon.

I'll upload everything to Maven shortly.