Hi, When writing the gora-cassandra tests [1] I've been using Hector's implementation of the EmbeddedServerHelper [2]. A full description of the problem can be seen in context here [3].
Basically, the EmbeddedServerHelper (and most other implementation of Cassandra configuration I've seen) are using cassandra.yaml configuration files rather than the gora.properties [4] which we use... Anyone using the gora-cassandra module (or anyone else interested) have thoughts on this? Thanks Lewis [1] https://issues.apache.org/jira/browse/GORA-53 [2] https://github.com/rantav/hector/blob/master/test/src/main/java/me/prettyprint/hector/testutils/EmbeddedServerHelper.java [3] http://groups.google.com/group/hector-users/browse_thread/thread/626ee9cb027b9d8a [4] http://svn.apache.org/viewvc/gora/trunk/gora-cassandra/src/test/conf/gora.properties?view=markup -- *Lewis*

