Re: Can't find a keyspace created on a different node in the same cassandra cluster

2012-01-17 Thread aaron morton
Background http://www.datastax.com/docs/1.0/configuration/node_configuration#init-properties When setting up a multi node cluster check the nodes can see each other using nodetool ring before trying to create the schema. Change the listen_address to the internal IP of the node or leave it blan

Can't find a keyspace created on a different node in the same cassandra cluster

2012-01-17 Thread Houssem Chihoub
Hello, I deployed a 6 node cassandra cluster (cassandra-1.0.2) on Grid'5000 (the french grid). I used hostnames instead of IPs. When i create a new keyspace on one cassandra node (i use the cassandra client 'cassandra-cli') it's visible just on that node but not the others. after the creation i