You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Deno Vichas <de...@syncopated.net> on 2012/03/26 21:13:52 UTC

copy data for dev

all,

is there a easy way to take a 4 node snapshot and restore it on my 
single node dev cluster?



thanks,
deno

Re: copy data for dev

Posted by Jeremiah Jordan <JE...@morningstar.com>.
If you have the disck space you can just copy all the data files from the snapshot onto the dev node, renaming any with conflicting names.  Then bring up the dev node and it should see the data.  you can then compact to merge and drop all the duplicate data.

You can also use the sstable loader tool to send the snapshot files to the dev node.

-Jeremiah

On Mar 26, 2012, at 2:13 PM, Deno Vichas wrote:

all,

is there a easy way to take a 4 node snapshot and restore it on my single node dev cluster?



thanks,
deno