Re: upgrade from 0.8.5 to 1.1.6, now it cannot find schema

2012-12-16 Thread Anand Somani
Thanks for the hint. But we gave up on trying to upgrade with no data loss, since it was not required at this point. On Wed, Dec 12, 2012 at 5:03 PM, aaron morton wrote: > *in-vm cassandra* > > Embedded ? > > The location of the SSTables has changed in 1.1, they are know in > /var/lib/cassandr

Re: upgrade from 0.8.5 to 1.1.6, now it cannot find schema

2012-12-12 Thread aaron morton
> in-vm cassandra Embedded ? The location of the SSTables has changed in 1.1, they are know in /var/lib/cassandra/data/KS_NAME/CF_NAME/SSTable.data Is the data in the right place ? Cheers - Aaron Morton Freelance Cassandra Developer New Zealand @aaronmorton http://www.thelast

upgrade from 0.8.5 to 1.1.6, now it cannot find schema

2012-12-12 Thread Anand Somani
Hi, We have a service which uses* in-vm cassandra* and creates the schema if does not exist programmatically, this has worked for us for sometime (including upgrades to the service) and we have been using 0.8.5. Now we are testing the upgrade to 1.1.6 and noticed that on upgrade the cassandra fai