Re: Combining two clusters/keyspaces into single cluster

2016-04-25 Thread Jan Kesten
Hi, one way I think might work (but not tested in any way by me and there will be some lag / stale data): - create the keyspace2 von cluster1 - use nodetool flush and snapshot on cluster2, remember the timestamp - use sstableloader to write all sstables from cluster2 snapshot to cluster1 - you

Re: Combining two clusters/keyspaces into single cluster

2016-04-25 Thread Jens Rantil
Hi Arlington, I don't think that's possible to do live simply within the realm of Cassandra since the nodes are in separate Cassandra clusters. What you could do is do double writing from your application while doing Cassandra Bulk Loading described here: http://stackoverflow.com/a/12528029/260805

Re: Combining two clusters/keyspaces into single cluster

2016-04-21 Thread Jan
HI ; Your objective is add the Keyspace 2 to cluster 1. The documentation link being referred to is to add a new datacenter [not applicable to you]. You need to : a. take a snapshot of keyspace 2 on cluster2 b. use sstable loader to copy the keyspace2 onto cluster 1 c. run a 'n