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
//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
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
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