cassandra-util
cassandra-util copied to clipboard
Cassandra 2.2 Support
Does DeletingCompactionStrategy support cassandra 2.2 tree. Looking through the code it requires org.apache.cassandra.io.sstable.SSTableReader which at least at a cursory glance is not implemented in cassandra 2.2 https://github.com/apache/cassandra/tree/trunk/src/java/org/apache/cassandra/io/sstable
When trying to alert table to use deletingcompactionstrategy in 2.2 i see this: ServerError: java.lang.NoClassDefFoundError: org/apache/cassandra/io/sstable/SSTableReader
Can support be added ? Or am i doing something completely wrong.