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
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
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