On Sat, Jan 18, 2014 at 11:29 AM, chandra Varahala < hadoopandcassan...@gmail.com> wrote:
> I have 6 node cluster production cluster with replication factor of 3 with > 4 keyspaces, and 1 Test cluster with 2 nodes , is there a way I can export > data from production cluster and copy into test cluster with replication > factor 1 ? > http://www.palominodb.com/blog/2012/09/25/bulk-loading-options-cassandra tl;dr - copy all sstables from all source nodes to all target nodes, being sure to avoid name collisions, and then run cleanup compaction. =Rob