cassandra-reaper

Management interface for Apache Cassandra repair operations

brewmacoslinux
Try with needOr install directly
Source

About

Management interface for Cassandra

Commands

cassandra-reaper

Examples

Start the Cassandra Reaper service$ cassandra-reaper
Access the web UI for managing repairs$ open http://localhost:8080
Schedule a repair for a specific keyspace$ curl -X POST http://localhost:8080/api/repair_schedule -d '{"keyspaceName":"my_keyspace","columnFamilies":[],"owner":"admin","segmentCount":100,"repairParallelism":"PARALLEL","intensity":0.9}'