On Fri, Jun 14, 2013 at 2:05 PM, Tyler Hobbs <ty...@datastax.com> wrote: > Your data is not marked as deleted. sstableloader will stream all of the > data on that node to all other nodes that need it.
http://www.palominodb.com/blog/2012/09/25/bulk-loading-options-cassandra Has some details on the difference between the JMX "bulkLoad" call and "sstableloader", which are similar but distinct. Given that you already have the sstables on nodes in the cluster, you might prefer JMX bulkLoad. =Rob