December 2013
Intermediate to advanced
208 pages
5h 33m
English
At this point, your cluster is up and running. There is data coming in and everything seems to be humming along. But Cassandra is not a set-it-and-forget-it system. Maintenance is required, and there are tools to help you perform the necessary maintenance tasks.
The most basic command that you should be familiar with when administering a Cassandra cluster is nodetool. nodetool is a command-line interface to Cassandra cluster management. It can provide you with basic information about an individual node or all nodes in the cluster or ring.
As of Cassandra 1.2, nodetool provides the options shown in Listing 7.1.
Listing 7.1 nodetool Output
usage: java org.apache.cassandra.tools.NodeCmd ...
Read now
Unlock full access