On Wed, Apr 14, 2010 at 11:53 AM, Chris Beaumont <drchri...@yahoo.com>wrote:
> 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 > This was a regression introduced as part of https://issues.apache.org/jira/browse/CASSANDRA-843 and is fixed in https://issues.apache.org/jira/browse/CASSANDRA-934 Until 0.6.1 is released, you can work around the NPE by passing -x "" to sstable2json. -Brandon