Re: Export to another cassandra cluster

2010-05-04 Thread Jonathan Ellis
I would lightly hack sstable2json to write rows to the other cluster, instead of spitting them out as json. That would be a pretty simple modification. On Tue, May 4, 2010 at 9:21 PM, Joost Ouwerkerk wrote: > I want to export data from one cassandra cluster (production) to > another (development

Export to another cassandra cluster

2010-05-04 Thread Joost Ouwerkerk
I want to export data from one cassandra cluster (production) to another (development). This is not a case of replication, because I just want a snapshot, not a continuous synchronization. I guess my options include 'nodetool snapshot' and 'sstable2json'. In our case, however, the development cl