My mistake that is older cli syntax, I wad just showing the concept set up
4 datacenter and selectively replicate keyspaces between them.
On Tuesday, November 27, 2012, jer...@simpleartmarketing.com <
jer...@simpleartmarketing.com> wrote:
> Thank you. This is a good start I was beginning to thin
Thank you. This is a good start I was beginning to think it couldn't be done.
When I run the command I get the error
syntax error at position 21: missing EOF at 'placement_strategy'
that is probably because I still need to set the correct properties in the conf
files
On November 27, 2012 at
You can do something like this:
Divide your nodes up into 4 datacenters art1,art2,art3,core
[default@unknown] create keyspace art1 placement_strategy =
'org.apache.cassandra.locator.NetworkTopologyStrategy' and
strategy_options=[{art1:2,core:2}];
[default@unknown] create keyspace art2 placement_