java.lang.IllegalArgumentException occurred when creating a keyspcace with replication factor

2012-01-06 Thread Sajith Kariyawasam
Hi all, I tried creating a keyspace with the replication factor 3, using cli interface ... in Cassandra 1.0.6 (earlier tried in 0.8.2 and failed too) But I'm getting an exception "java.lang.IllegalArgumentException: No enum const class org.apache.cassandra.cli.CliClient$AddKeyspaceArgument.REPL

Re: Cassandra yaml configuration

2011-09-22 Thread Sajith Kariyawasam
//www.thelastpickle.com > > On 22/09/2011, at 7:07 PM, Maki Watanabe wrote: > > You have a chance to write it by your own. I'll buy one :-) > > maki > > 2011/9/22 Sajith Kariyawasam : > > Thanks Maki. > > If you came across with any other book supporting late

Re: Cassandra yaml configuration

2011-09-21 Thread Sajith Kariyawasam
h host -p port --file your-schema-definition.txt > > maki > > > > 2011/9/22 Sajith Kariyawasam : > > Hi all, > > Im refering to the book authored by Eben Hewitt, named Cassandra The > > Definitive Guide > > > > There, in the Sample Application

Cassandra yaml configuration

2011-09-21 Thread Sajith Kariyawasam
Hi all, Im refering to the book authored by Eben Hewitt, named Cassandra The Definitive Guide There, in the Sample Application chapter (Chapter 4), example 4.1, a sample schema is given in a file named "cassandra.yaml". (I have mentioned it below) I'm using Cassandra 0.8.6 version. My question