Re: Strategy tools for taking snapshots to load in another cluster instance

2015-11-30 Thread Robert Coli
On Wed, Nov 18, 2015 at 2:23 AM, Anishek Agarwal wrote: > We have 5 node prod cluster and 3 node test cluster. Is there a way i can > take snapshot of a table in prod and load it test cluster. The cassandra > versions are same. > http://www.pythian.com/blog/bulk-loading-options-for-cassandra/ =

Re: Strategy tools for taking snapshots to load in another cluster instance

2015-11-25 Thread Romain Hardouin
Hardouin [mailto:romainh...@yahoo.fr] Sent: Wednesday, November 18, 2015 3:59 PM To: user@cassandra.apache.org Subject: Re: Strategy tools for taking snapshots to load in another cluster instance   | You can take a snapshot via nodetool then load sstables on your test cluster with sstableloader

Re: Strategy tools for taking snapshots to load in another cluster instance

2015-11-24 Thread Anishek Agarwal
> Sent from Yahoo Mail on Android > <https://overview.mail.yahoo.com/mobile/?.src=Android> > -- > > *From*:"Anishek Agarwal" > *Date*:Wed, Nov 18, 2015 at 11:24 > *Subject*:Strategy tools for taking snapshots to load in another clus

RE: Strategy tools for taking snapshots to load in another cluster instance

2015-11-19 Thread Peer, Oded
for taking snapshots to load in another cluster instance You can take a snapshot via nodetool then load sstables on your test cluster with sstableloader: docs.datastax.com/en/cassandra/2.1/cassandra/tools/toolsBulkloader_t.html Sent from Yahoo Mail on Android<https://overview.mail.yahoo.

Re: Strategy tools for taking snapshots to load in another cluster instance

2015-11-18 Thread Romain Hardouin
You can take a snapshot via nodetool then load sstables on your test cluster with sstableloader:  docs.datastax.com/en/cassandra/2.1/cassandra/tools/toolsBulkloader_t.html Sent from Yahoo Mail on Android From:"Anishek Agarwal" Date:Wed, Nov 18, 2015 at 11:24 Subject:Strategy tools for taking s

Re: Strategy tools for taking snapshots to load in another cluster instance

2015-11-18 Thread Dominik Keil
Hi Anishek, we are currently also thinking about how to do this in the midterm, though we don't have a test setup yet. My idea was do add one additional node to the source cluster but put it in a different DC as far as Cassandra is concerned. Using the network topology replication strategy you'd a

Strategy tools for taking snapshots to load in another cluster instance

2015-11-18 Thread Anishek Agarwal
Hello We have 5 node prod cluster and 3 node test cluster. Is there a way i can take snapshot of a table in prod and load it test cluster. The cassandra versions are same. Even if there is a tool that can help with this it will be great. If not, how do people handle scenarios where data in prod