datastax-enterprise Questions

1

I have an webservice API allowing client to insert into Cassandra. I read the document on the page of datastax (http://www.datastax.com/drivers/java/2.0/com/datastax/driver/core/Session.html) stati...
Drawbar asked 29/1, 2015 at 9:43

1

Solved

I have recently lowered gc_grace_seconds for a CQL table. I am running LeveledCompactionStrategy. Is it possible for me to force purging of old tombstones from my SSTables?
Wadi asked 19/12, 2014 at 12:53

2

Solved

I would like to run Cassandra Datastax Enterprise on Amazon EC2 instances using not the node private IP address but Elastic Public IPs My current configuration looks as follows: /etc/dse/cassandr...
Pipsissewa asked 12/11, 2014 at 16:57

3

I am getting this error while performing a simple join between two tables. I run this query in Hive command line. I am naming table as a & b. Table a is Hive internal table and b is External ta...
Henigman asked 10/4, 2014 at 2:52

1

Solved

I'm using DSE for Cassandra/Solr integration so that data are stored in Cassandra and indexed in Solr. It's very natural to use Cassandra to handle CRUD operation and use Solr for full text search ...
Kipper asked 17/9, 2014 at 7:19

1

Does anyone know how to use Datastax enterprise (using opscenter) in a cluster using amazon ec2 M3.Xlarge machines? When I have tried to use these type of instances (that use ssd) I got the followi...
Cuthburt asked 21/7, 2014 at 16:35

2

Solved

We have 2 cassandra clusters, first one has the old data and second one has the new data. Now we want to move or copy the old data from first cluster to second. What is the best way to do this an...
Ninny asked 15/11, 2013 at 13:4

0

I'm just posting this as a solution for those who encounters error in using Datastax's Java Driver on Glassfish 4 through Maven deployment. As was written on Datastax's web site, the depende...

1

Solved

I am using DataStax Cassandra 1.2.3 on a 6 node cluster each having quad-core 3GHz processor and 8GB RAM. Recently, I started to use the VNodes feature by setting the num_tokens to 256 first and th...
Faustino asked 13/6, 2013 at 10:10

2

Solved

I am a newbie to Cassandra - I have been searching for information related to commits and crash recovery in Cassandra on a single node. And, hoping someone can clarify the details. I am testing Ca...
Cabinet asked 14/5, 2013 at 18:1

1

Solved

Should a com.datastax.driver.core.PreparedStatement instance be a singleton in an application ? If so, what happens if the connection is lost ? Does the PreparedStatement become invalid and a manu...

2

I'm trying to connect to DataStax 3.0 enterprise installed in a Ubuntu desktop running inside a VM from a C# client (courtesy CassandraSharp). As per the documentation there, ("Cassandra does not...
Jellied asked 19/3, 2013 at 11:11

© 2022 - 2024 — McMap. All rights reserved.