I have been trying to obtain json dump of batches table using sstabledump but I get this exception: $ sstabledump /sstable/data/system/batches-919a4bc57a333573b03e13fc3f68b465/ma-277-big-Data.db Exception in thread "main" org.apache.cassandra.exceptions.ConfigurationException: Cannot use abstract class 'org.apache.cassandra.dht.LocalPartitioner' as partitioner. at org.apache.cassandra.utils.FBUtilities.construct(FBUtilities.java:489) at org.apache.cassandra.utils.FBUtilities.instanceOrConstruct(FBUtilities.java:461) at org.apache.cassandra.utils.FBUtilities.newPartitioner(FBUtilities.java:402) at org.apache.cassandra.tools.SSTableExport.metadataFromSSTable(SSTableExport.java:108) at org.apache.cassandra.tools.SSTableExport.main(SSTableExport.java:184)
I further tried Andrew Tolbert's sstable tool but it gives the same exception. $ java -jar sstable-tools-3.0.0-alpha4.jar describe /sstable/data/system/batches-919a4bc57a333573b03e13fc3f68b465/ma-277-big-Data.db /sstable/data/system/batches-919a4bc57a333573b03e13fc3f68b465/ma-277-big-Data.db ================================================================================ org.apache.cassandra.exceptions.ConfigurationException: Cannot use abstract class 'org.apache.cassandra.dht.LocalPartitioner' as partitioner. at org.apache.cassandra.utils.FBUtilities.construct(FBUtilities.java:489) Any way by which I can figure out the content of batches table? Thanks & Regards, Bhuvan