Insert to cluster from JSON Export
----------------------------------
Key: CASSANDRA-2332
URL: https://issues.apache.org/jira/browse/CASSANDRA-2332
Project: Cassandra
Issue Type: Improvement
Reporter: Paul Querna
json2sstable isn't as useful if you are trying to take an exporterd sstable and
import it into a different cluster of a different size.
This tool would take the JSON serialized SSTable and insert it into a live
cluster.
It could use thrift or be a fat client; For a user the difference doesn't
matter much.
The alternative that dritfx suggested is to copy these sstables to every
machine in the new cluster, and then do a rolling cleanup so every node only
has the data it wants, but this seems very inefficient compared to just
re-inserting it from the dump.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira