Cassandra Cluster Manager (CCM) is a tool to create and destroy Apache Cassandra clusters for testing purposes. Use this tag for specific question about the tool or questions about cluster created by the tool (that can differ from a production layout).
Questions tagged [ccm]
32 questions
0
votes
1 answer
does Cassandra's CCM tool only support one keyspace?
I am working with a cluster I created with ccm. We are using 3 tables in 2 keyspaces, so 6 tables in total. I was having a problem that it let me create one table in one keyspace and 2 in the other but even when I removed my
IF NOT EXISTS
check…

Dan Csharpster
- 2,662
- 1
- 26
- 50
0
votes
1 answer
connect to Cassandra CCM cluster with C# driver
I am trying to play around with my application access a ccm cluster I create on the fly, for local development but I'm not sure how you would set the contact points (which ip address and what not, what security settings to use) once I've created my…

Dan Csharpster
- 2,662
- 1
- 26
- 50