Hi, I deleted all the data (programmatically). Then I changed the partitioner from RandomPartitioner to OrderPreservingPartitioner and when I started Cassandra - I get the following error. What is the correct way of changing the partitioner and how can I get past this error?
ERROR 17:28:28,985 Fatal exception during initialization java.io.IOException: Found system table files, but they couldn't be loaded. Did you change the partitioner? at org.apache.cassandra.db.SystemTable.checkHealth(SystemTable.java:154) at org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:94) at org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:211) Thanks!