You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Jason Harvey <al...@gmail.com> on 2011/03/13 06:43:41 UTC

Example usage of json2sstable?

Hey everyone,

I ran into some severely broken SSTables which I ran through
sstable2json to preserve all of the info I could. The scrub process
deleted all of the screwed up rows, so I am now trying to reimport
that data back into cassandra from JSON. I know I must specify an
sstable for json2sstable to write to, but I'm not sure what naming
convention I need to use on the destination table. My current sstables
look like the following: permacache-f-13-Data.db. Should I just pick a
random number for the new sstable when running json2sstable?

Thanks,
Jason