A Java client driver for Apache Cassandra.
I am trying to insert into my CQL table from the command line. I am able to insert everything. But …
cassandra timestamp cql datastax-java-driverWhile connecting to Cassandra client using java driver for Cannsandra by DataStax, it is throwing following error.. Exception in thread "…
cassandra datastax-java-driverI know there are several threads about the NoHostAvailableException but they simply don't provide a solution to my problem. I …
cassandra datastax-java-driverWe have 10 Cassandra nodes in production running Cassandra-2.1.8. We recently upgraded to 2.1.8 version. Previously we were using only 3 nodes running …
java cassandra datastax-java-driverThe exact Exception is as follows com.datastax.driver.core.exceptions.CodecNotFoundException: Codec not found for requested operation: [varchar <…
guava datastax cloudera-cdh datastax-java-driver spark-cassandra-connectorI had changed whole codebase from Thrift to CQL using datastax java driver 1.0.1 and cassandra 1.2.6.. with thrift I was getting …
timeout cassandra datastax-java-driverI need to write in Batches to Cassandra using Datastax Java driver and this is my first time I am …
java cassandra datastax-java-driverI am pulling big amount of data from cassandra 2.0, but unfortunately getting timeout exception. My table: CREATE KEYSPACE StatisticsKeyspace WITH …
cassandra cassandra-2.0 datastax datastax-java-driver cassandra-cliI am doing read and update queries on a table having 500000 rows and some times getting below error after processing …
hadoop cassandra apache-spark datastax datastax-java-driverMy Java code is as follows: import com.datastax.driver.core.Cluster; import com.datastax.driver.core.Metadata; import com.…
cassandra datastax-java-driver