I enjoy very much being able to quickly get a peak at my data once stored, and so far sstable2json was a great help...
I just completed switching from 0.5.1 to 0.6, and here is what I am getting now: $ sstable2json Standard2-1-Index.db Exception in thread "main" java.lang.NullPointerException at java.util.Arrays$ArrayList.<init>(Arrays.java:3357) at java.util.Arrays.asList(Arrays.java:3343) at org.apache.cassandra.tools.SSTableExport.export(SSTableExport.java:255) at org.apache.cassandra.tools.SSTableExport.export(SSTableExport.java:299) at org.apache.cassandra.tools.SSTableExport.export(SSTableExport.java:323) at org.apache.cassandra.tools.SSTableExport.main(SSTableExport.java:367) On the other end, sstablekeys seems to still be doing the right thing: $ sstablekeys Standard2-1-Index.db newone This is on a Centos5 install with $ java -version java version "1.6.0_19" Can anyone reproduce this? or am I missing something? TIA Chris.