I have a cluster of four nodes all running on single machine. If I just do "create keyspace DEMO" CLI gives me the same error that original post says.
If I use create the keyspace with the options you mentioned it works just fine but the proble is it is not getting reflected on other nodes in the cluster. -Gopala On Wed, Apr 4, 2012 at 10:30 AM, puneet loya <puneetl...@gmail.com> wrote: > thank u Gopala :) Der is no issue with it.. Might be i was typing > something wrong.,. Minor mistake :) > > > On Tue, Apr 3, 2012 at 11:51 PM, Gopala <f2001...@gmail.com> wrote: > >> puneet loya <puneetloya <at> gmail.com> writes: >> >> > >> > >> > create keyspace DEMO >> > >> > with placement_strategy = >> 'org.apache.cassandra.locator.NetworkTopologyStrategy' >> > >> > and strategy_options=[{datacenter1:1}]; >> > >> > try it n check if it executes >> >> >> >> Hi Puneet, >> I have same issue. Running the command you mentioned below works for me. >> What is >> the issue here? >> >> Gopala >> >> >