RE: Cannot create CF in Cassandra 1.1.2

2012-07-31 Thread Leonid Ilyevsky
: 'user@cassandra.apache.org' Subject: RE: Cannot create CF in Cassandra 1.1.2 Yes, I tried it now with CLI, the same thing. No error, it says that schema agrees across the cluster, but when I call "describe", the new column family is not there. Another proof is, I can repeat the s

RE: Cannot create CF in Cassandra 1.1.2

2012-07-31 Thread Leonid Ilyevsky
ady. I am positive that my data is corrupted in some way, so the question is, how do I repair it. -Original Message- From: Leonid Ilyevsky [mailto:lilyev...@mooncapital.com] Sent: Tuesday, July 31, 2012 2:55 PM To: 'user@cassandra.apache.org' Subject: RE: Cannot create CF in Ca

RE: Cannot create CF in Cassandra 1.1.2

2012-07-31 Thread Leonid Ilyevsky
- From: rohit bhatia [mailto:rohit2...@gmail.com] Sent: Tuesday, July 31, 2012 2:40 PM To: user@cassandra.apache.org Subject: Re: Cannot create CF in Cassandra 1.1.2 I believe u r using cassandra-cli. Please use "help create" for the proper syntax.. See http://wiki.apache.org/cassandra

Re: Cannot create CF in Cassandra 1.1.2

2012-07-31 Thread rohit bhatia
I believe u r using cassandra-cli. Please use "help create" for the proper syntax.. See http://wiki.apache.org/cassandra/DataModel/ for cassandra datamodel. Also, the flushing events are expected. For example run "create keyspace " , "use " , "create column family " This should work with default