olx-brasil / cassandra-repair

Shell script to schedule repairs on Cassandra nodes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Cassandra repair

This is a shell script to schedule repairs on Cassandra nodes.

##Usage

$ sh repair.sh <keyspace> <node-host> <nodetool-path> <statsd-host> <statsd-port> <datacenter>
  • keyspace: Cassandra keyspace.
  • node-host: The ip of the Cassandra node you want to run the repair.
  • nodetool-path: The fullpath of nodetool according with your installation setup.
  • statsd-host: Host of statsd for metrics.
  • statsd-port: Port of statsd for metrics.
  • datacenter: If you run in a multi-datacenter environment, specify this option according to the datacenter that your node belongs.

##License

This is a open-sourced software licensed under the MIT license.

About

Shell script to schedule repairs on Cassandra nodes


Languages

Language:Shell 100.0%