Hey guys, I'm working on migrating some data from 1.0.x clusters to a 1.2.16 cluster. Part of my testing is (locally) loading the old 1.0 sstables into my environment in 1.2.16. Since the 1.0 days, the file format has changes from this format.
[Keyspace]-[CF name]-[table number]-Data.db To the new directory structure of Keyspace/CF Name/sstable Does anyone happen to have a script I can use that will quickly move the old sstable data into the new format so that I can load them into the new 1.2 server? Note that sstableloader won't work, it expects the new format as well. Thanks, Todd
