Hi, Using gora-* 0.3-SNAPSHOT in testing and development scenarios I experience the following regularly after creating a particular keyspace, writing data to Cassandra then dropping the keyspace and data and writing to a new keyspace with the same characteristics as the old one. I've documented by experience here [0]. Any ideas why this Exception is being thrown? In CassandraClient#initialize() we checkKeyspace() which is meant to check and see if a Keyspace exists, if not then create it and assign a consistency level of ONE (there is a Jira issue to make the configurable from gora.properties). This doesn't seem to be happening though and I am puzzled as to why not. The worrying thing is though, that unless I delete all of my cassandra test data, the problem is still there. I've made sure there is no Keyspace on the server before doing this. Thanks Lewis
2013-03-08 14:40:38,413 INFO mapreduce.GoraRecordWriter - Exception at GoraRecordWriter.class while writing to datastore.InvalidRequestException(why:Keyspace webpage does not exist) [0] *http://s.apache.org/V6B* -- *Lewis*

