What's the recommended way to delete data? For example, I want to wipe out an entire column family data from disk with minimal effort. I could:
1. stop all hosts in the cluster 2. restart them until they finish playing commit logs 3. stop them again 4. delete all CF related files in my data directory at every node 5. start cluster again 6. ... but this is tedious. is there a nicer way?