Re: how to create keyspace using cassandra API's

2012-06-06 Thread Abhijit Chanda
U can use Astyanax API. These sort minor issues are resolved in that API. Regards, Abhijit

Re: how to create keyspace using cassandra API's

2012-06-06 Thread aaron morton
> Subject: how to create keyspace using cassandra API's > > Hi All, > > I am using Hector as a client in cassandra.And iam trying to create Keyspace > using the following API's > Keyspace keyspace = HFactory.createKeyspace("test", cluster); > but

RE: how to create keyspace using cassandra API's

2012-06-06 Thread Prakrati Agrawal
w to create keyspace using cassandra API's Hi All, I am using Hector as a client in cassandra.And iam trying to create Keyspace using the following API's Keyspace keyspace = HFactory.createKeyspace("test", cluster); but it showing the following error: caused by: InvalidRequestExc

how to create keyspace using cassandra API's

2012-06-06 Thread MOHD ARSHAD SALEEM
Hi All, I am using Hector as a client in cassandra.And iam trying to create Keyspace using the following API's Keyspace keyspace = HFactory.createKeyspace("test", cluster); but it showing the following error: caused by: InvalidRequestException(why:Keyspace test does not exist) can any body help