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
into a file and call it with : "cassandra-cli -h yourhost -f yourfile > 20111208schema" then open your output file and remove the 2 or 3 useless lines that are written before "create yourkeyspace". Hope this will be helpful. Alain 2011/12/8 Michael Vaknine > Hi, > &

Schematool

2011-12-07 Thread Michael Vaknine
Hi, Since schematool has been removed from Cassandra is there a way to extract the schema from a working cluster in order to create a new empty cluster? Thanks Michael

Re: Cassandra 0.8 & schematool

2011-08-30 Thread Jenny
Thank you. problem solved 在 2011-8-30,下午9:12, Jonathan Ellis 写道: > The right way to do this is to use a script of "create" commands: > > bin/cassandra-cli -f my-schema-creation-script > > On Tue, Aug 30, 2011 at 1:00 AM, Jenny wrote: >> Hi >> I notice

Re: Cassandra 0.8 & schematool

2011-08-30 Thread Jonathan Ellis
The right way to do this is to use a script of "create" commands: bin/cassandra-cli -f my-schema-creation-script On Tue, Aug 30, 2011 at 1:00 AM, Jenny wrote: > Hi > I notice that schematool was removed from the release of Cassandra 0.8. I > would like to know the reason of

Re: Cassandra 0.8 & schematool

2011-08-30 Thread B R
Look for a file called schema-sample.txt under the conf folder. You'll find a sample schema and the command to load the same. On Tue, Aug 30, 2011 at 11:30 AM, Jenny wrote: > Hi > > I notice that schematool was removed from the release of Cassandra 0.8. I > would like to k

Cassandra 0.8 & schematool

2011-08-29 Thread Jenny
Hi I notice that schematool was removed from the release of Cassandra 0.8. I would like to know the reason of doing that and how i can load the schema from configure file(like .yaml) automatically. Best Regards! Jenny