Need help to overcome: InvalidRequestException(why:UUIDs must be exactly 16 bytes)

2010-10-14 Thread Wicked J
Hi, I'm having issues with inserting data of TimeUUIDType in Cassandra v0.6.4. The exception that I'm getting is: *InvalidRequestException(why:UUIDs must be exactly 16 bytes)* My objective is I want to insert comments and retrieve them in the order they were inserted. My storage-conf.xml and code

Help on dynamic creation of CF

2010-10-12 Thread Wicked J
Hi, I'm using Cassandra v0.6.4 and wondering how can my app. dynamically create Column Families? Thanks!