On Sat, Aug 16, 2014 at 2:40 AM, Erik Forsberg <forsb...@opera.com> 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 sstableloader, which isn't? http://palominodb.com/blog/2012/09/25/bulk-loading-options-cassandra " A notable difference between "bulkLoad" and sstableloader is that "bulkLoad" does not have sstableloader's "--ignores" option, which means you can't tell it to ignore replica targets on failure. " bulkLoad there is the JMX call. =Rob