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



Reply via email to