Questions tagged [cassandra]

Apache Cassandra is an open source distributed key-value database cluster, designed to scale linearly when adding nodes. It provides multi-datacenter replication.

It was designed to handle very large amounts of data spread out across many commodity servers while providing a highly available service with no single point of failure. It is a NoSQL solution that was initially developed by Facebook and powered their Inbox Search feature until late 2010.

Official page

Source: wikipedia

214 questions
-1
votes
1 answer

Cassandra - Ubuntu Server Connect locally but no when connect remotely

I have a problem when I want to connect to Cassandra remotely I run it on ubuntu server and can connect to it through cassandra-cli connect localhost/9160 But when I connect remotely I have an error Connection Refused Can some one help me what…
-1
votes
1 answer

How can I release previously allocated resources of a deleted pod?

I already had 3 Cassandra node/pods running. I deleted them and tried to re create them again using the same YAML file as following, on the same Kind cluster, but it stuck pending status: apiVersion: apps/v1 kind: StatefulSet metadata: name:…
best_of_man
  • 367
  • 1
  • 3
  • 12
-2
votes
1 answer

OpsCenter on AWS: No permission to create /mnt/cassandra/data directory

Followed the instructions here: http://www.datastax.com/documentation/cassandra/2.0/cassandra/install/installAMILaunch.html Installed OpsCenter on m3.large. When launching an instance, I get this error: Error: Start stage failed: Failed to start…
elado
  • 109
  • 5
-2
votes
1 answer

DataStax OpsCenter - can't connect with agents

I've installed DataStax OpsCenter (Apache Cassandra) and in OpsCenter, there is an error: "0 of 1 agents connected". When I click "fix", enter credentials and try to install nodes, i get error: Unable to SSH to some of the hosts Unable to SSH to…
user251405
1 2 3
14
15