Questions tagged [cassandra-jdbc]

A JDBC-compliant driver for Cassandra using CQL.

A JDBC-compliant driver for Cassandra using CQL.

50 questions
0
votes
1 answer

Cassandra - Keyspace to have unique keynames in each row

Can I create a column in cassandra , which is dynamic and can be queried , For example , A customer can have 1 to n addresses , Where each address can be referred like ADDRESS1 (some address) , ADDRES2(some address), ADDRESS3(some address)...…
0
votes
1 answer

Cassandra jdbc Error

I am trying to connect to Cassandra 2.0.3 using cassandra-jdbc-1.2.5. But it is giving error: Any solution? Exception in thread "main" java.lang.NoSuchMethodError: org.slf4j.impl.StaticLoggerBinder.getSingleton()Lorg/slf4j/impl/StaticLoggerBinder; …
user1540371
  • 99
  • 2
  • 9
0
votes
1 answer

How to change consitency level in YCSB?

I need to change the write and read consistency level of Cassandra ONE to QUORUM in YCSB. Whether, I need to change inside a Java client program or to pass as command line parameter. Please give me some suggestion
0
votes
2 answers

cassandra limitations (RDBMS Vs CASSANDRA)

My project environment: SpringWS, Hibernate, Oracle and jBoss. I got a POC work to persist data into cassandra in case of my RDBMS (oracle) is down. So Cassandra will act as failover/backup for Oracle. I am new to cassandra and planning to use…
0
votes
2 answers

Authentication error on host /127.0.0.1: SASL Authentication is not supported in version 1 of the protocol

Getting following exception while connecting to Cassandra Cluster withAuthentication: Exception in thread "main" com.datastax.driver.core.exceptions.AuthenticationException: Authentication error on host /127.0.0.1: SASL Authentication is not…
1 2 3
4