Re: Running sstableloader from live Cassandra server

2014-08-18 Thread Robert Coli
On Sat, Aug 16, 2014 at 2:40 AM, Erik Forsberg wrote: > I will want to > run the sstableloader on the source cluster, but at the same time, that > source cluster needs to keep running to serve data to clients. > Use the on-node bulkLoad interface, which is designed for this, instead of sstablelo

Running sstableloader from live Cassandra server

2014-08-16 Thread Erik Forsberg
Hi! I'm looking into moving some data from one Cassandra cluster to another, both of them running Cassandra 1.2.13 (or maybe some later 1.2 version if that helps me avoid some fatal bug). Sstableloader will probably be the right thing for me, and given the size of my tables, I will want to run the