Re: error creating keyspace in cqlsh

2014-06-18 Thread Tim Dunphy
Hey that helped! Just to quell your curiosity here's my snitch: endpoint_snitch: SimpleSnitch thanks! On Wed, Jun 18, 2014 at 11:03 PM, Marcelo Elias Del Valle < marc...@s1mbi0se.com.br> wrote: > > Is "replication_factor" your DC name? > > Here is what I would using: > > > CREATE KEYSPACE IF NO

Re: error creating keyspace in cqlsh

2014-06-18 Thread Marcelo Elias Del Valle
Is "replication_factor" your DC name? Here is what I would using: CREATE KEYSPACE IF NOT EXISTS animals WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'DC1' : 3 }; But in my case, I am using GossipPropertyFileSnitch and DC1 is configured there, so Cassandra knows which nodes are i