Re: Distributed export and import into cassandra

2010-05-03 Thread Jonathan Ellis
sstable2json does this. (you'd want to perform nodetool compact first, so there is only one sstable for the CF you want.) On Mon, May 3, 2010 at 6:17 AM, Utku Can Topçu wrote: > Hey All, > > I have a simple sample use case, > The aim is to export the columns in a column family into flat files wi

Distributed export and import into cassandra

2010-05-03 Thread Utku Can Topçu
Hey All, I have a simple sample use case, The aim is to export the columns in a column family into flat files with the keys in range from k1 to k2. Since all the nodes in the cluster is supposed to contain some of the distribution of data, is it possible to make each node dump its own local data v