U can use Astyanax API. These sort minor issues are resolved in that API.
Regards,
Abhijit
> 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
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
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