In last post of this series we learnt about how to add nodes in a cassandra cluster. If you have missed earlier posts of this series
then you can read them from below links:
2: Understanding Cassandra Read/Write Mechanism
3: Installing Cassandra on RHEL6
4: Adding Node To Cassandra Cluster
In this post we will explore nodetool and will see how we can manage a cassandra cluster using nodetool utility.
What is nodetool?
The nodetool utility is a command line interface for managing a cluster. It provides a simple command line interface to expose operations and attributes available with cassandra.
There are hundreds of options available with nodetool utility and in this post I will cover only those which ae used more often.
Note: This post is suitable for those admins who are not sevrice owners of cassandra nodes/cluster but have to interact with cassandra day in day out in their infrastructure.… Read More