Re: Backup and restore between different node-sized clusters

2013-05-09 Thread aaron morton
Special case if you have 3 nodes and RF 3 you can copy the files to each node and use nodetool refresh. Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 9/05/2013, at 11:20 AM, Jonathan Ellis wrote: > You want to u

Re: Backup and restore between different node-sized clusters

2013-05-08 Thread Jonathan Ellis
You want to use sstableloader when the cluster sizes are different; it will stream things to the right places in the new one. On Wed, May 8, 2013 at 6:03 PM, Ron Siemens wrote: > > I have a 3-node cluster in production and a single-node development cluster. > I tested snapshotting a column fami

Backup and restore between different node-sized clusters

2013-05-08 Thread Ron Siemens
I have a 3-node cluster in production and a single-node development cluster. I tested snapshotting a column family from the 3-node production cluster, grouping the files together, and restoring onto my single node development system. That worked fine. Can I go the other direction? It's not