Command line tool for managing Cassandra clusters.
I have a 2 node apache cassandra (2.0.3) cluster with rep factor of 1. I change rep factor to 2 using the following command …
cassandra cassandra-2.0 nodetoolRecently I've started working on Grails integration with Cassandra using the Java driver for cassandra(cassandra-driver-core-2.0.2). So I was curious …
cassandra nodetoolI cant find it in cassandra.yaml, maybe nodetool can get me the configured replication factor of my cluster? What …
cassandra nodetooli installed cassandra 3.11.3-1 on centos7 & vmware i didn't have error while installing cassandra. i started cassandra and faced …
cassandra nodetool connectexceptionI would like to remove a node from my Cassandra cluster and am following these two related questions (here and …
cassandra database-administration nodetoolnodetool -h <ipaddress> -p 7199 status Error connecting to remote Jmx agent! java.rmi.NoSuchObectException: no such object in …
cassandra cassandra-2.0 datastax-enterprise datastax nodetoolFrom the documentation: Using the nodetool repair -pr (–partitioner-range) option repairs only the primary range for that node, the other …
cassandra nodetoolI am trying to use nodetool against our Cassandra production database. But I am getting exception as soon as I …
cassandra nodetool