Re: Exporting all data within a keyspace

2013-04-30 Thread Chidambaran Subramanian
tion by persons or entities other than the intended recipient is > strictly prohibited. > > ** ** > > > From: Kumar Ranjan > Reply-To: > Date: Tuesday, April 30, 2013 9:11 AM > To: "user@cassandra.apache.org" > Subject: Re: Exporting all data within

Re: Exporting all data within a keyspace

2013-04-30 Thread Brian O'Neill
liance upon, this information by persons or entities other than the intended recipient is strictly prohibited. From: Kumar Ranjan Reply-To: Date: Tuesday, April 30, 2013 9:11 AM To: "user@cassandra.apache.org" Subject: Re: Exporting all data within a keyspace Try sstable2json and

Re: Exporting all data within a keyspace

2013-04-30 Thread Kumar Ranjan
Try sstable2json and json2sstable. But it works on column family so you can fetch all column family and iterate over list of CF and use sstable2json tool to extract data. Remember this will only fetch on disk data do anything in memtable/cache which is to be flushed will be missed. So run compactio

Exporting all data within a keyspace

2013-04-30 Thread Chidambaran Subramanian
Is there any easy way of exporting all data for a keyspace (and conversely) importing it. Regards Chiddu