DataStax Enterprise is big data platform consisting of open source tools such as Apache Cassandra, Solr and Hadoop (and several others).
So far, I haven't found a place on Datastax documentation website that sums this up. Can I easily check the …
datastax-enterprise datastaxI am wondering how can I achieve pagination using Cassandra. Let us say that I have a blog. The blog …
cassandra cql cql3 datastax-enterpriseIn the earlier beta releases of CQL, there was a command I could use to set the read / write consistency …
cassandra cql3 datastax-enterprise consistencyI have two procesess each process do 1) connect oracle db read a specific table 2) form dataframe and process it. 3) save …
apache-spark datastax-enterprise cassandra-3.0 databricksI am getting this error while performing a simple join between two tables. I run this query in Hive command …
hive hiveql datastax-enterprise cassandra-2.0In SQL, I am able to do: select getdate(), getdate() - 7 Which returns the current date as well as current …
cassandra cql datastax datastax-enterprise cql3I am trying to use Spark Cassandra Connector in Spark 1.1.0. I have successfully built the jar file from the master …
cassandra apache-spark datastax-enterpriseWhen I try to Insert data in Cassandra using the below query I am getting the below mentioned error cqlsh:…
cassandra cql datastax-enterpriseI have recently lowered gc_grace_seconds for a CQL table. I am running LeveledCompactionStrategy. Is it possible for me …
cassandra datastax datastax-enterprise tombstoneI have a table as below CREATE TABLE test ( day int, id varchar, start int, action varchar, PRIMARY KEY((day),…
cassandra datastax cql datastax-enterprise