AND strategy_options={us-east:1, us-west:1};
On Tue, May 22, 2012 at 11:10 AM, Damick, Jeffrey <
[email protected]> wrote:
> What’s the correct way to set the strategy options for the
> networktopologystrategy with cqlsh?
>
> I’ve tried several variations, but what’s expected way to escape the
> hyphen in “us-east” ?
>
> Thanks,
> -jeff
>
> CREATE KEYSPACE something
> ... WITH strategy_class = 'NetworkTopologyStrategy'
> ... AND strategy_options:us-east=1
> ... AND strategy_options:us-west=1;
> Bad Request: line 3:25 mismatched input '-' expecting '='
>
>
>
>