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 me how to create keyspace in cassandra.
Regards Arshad