ingestion icon indicating copy to clipboard operation
ingestion copied to clipboard

Cassandra Sink for Cassandra 3.x?

Open kshoga1 opened this issue 8 years ago • 1 comments

Hello,

When trying to use the Cassandra Sink, I'm getting this error (according to others) because I am using Cassandra 3.x. "com.datastax.driver.core.exceptions.InvalidQueryException: unconfigured table schema_keyspaces" Apparently as of Cassandra 3.x the table "system_schema.keyspaces" is used.

Do you have plans for a new or updated Cassandra Sink to allow for use with Cassandra 3.x?

Thank you!

kshoga1 avatar Jun 14 '16 01:06 kshoga1

Hello,

Just for information, if you don't already try this: Just replacing the cassandra driver in lib folder of stratio-ingestion with cassandra3's one: cassandra-driver-core-3.0.1-shaded.jar worked for me

gsautereau avatar May 04 '17 10:05 gsautereau