Re: Schematool

2011-12-11 Thread Alain RODRIGUEZ
estion is > > Is Index a reserved word? > > How can I create this keyspace? I tried 'Index' and "Index" but I still > get the error and I am not able to create it. > > ** ** > > Thanks > > Michael > > ** ** > > *

RE: Schematool

2011-12-11 Thread Michael Vaknine
011 11:52 AM To: user@cassandra.apache.org Subject: Re: Schematool You should be able to use the CLI "show schema yourkeyspace" if your cassandra is recent enough ( >= 0.8 if I remember well. I think it is better if you are in 0.8.7 because this command was fixed a couple of times

RE: Schematool

2011-12-08 Thread Michael Vaknine
Thank you Alain. michael From: Alain RODRIGUEZ [mailto:arodr...@gmail.com] Sent: Thursday, December 08, 2011 11:52 AM To: user@cassandra.apache.org Subject: Re: Schematool You should be able to use the CLI "show schema yourkeyspace" if your cassandra is recent enough ( &

Re: Schematool

2011-12-08 Thread Alain RODRIGUEZ
You should be able to use the CLI "show schema yourkeyspace" if your cassandra is recent enough ( >= 0.8 if I remember well. I think it is better if you are in 0.8.7 because this command was fixed a couple of times in 8.6 and 8.7). You can put the "show schema" command into a file and call it with