You haven't told Cassandra to treat your columns as anything but
bytes. If you want it to know that email is a string, you need to
write
create column family User with comparator=UTF8Type and
column_metadata=[{column_name:email, validation_class:UTF8Type}]
On Wed, Nov 17, 2010 at 6:04 AM, Antoni
Hi from Spain:
I'm just doing some samples and I'm obtaining long values instead of the
correct value
This tests were done in an ubuntu server 10.10 (x86_64) with cassandra 0.7
beta 3 and oracle java 1.6.0_22
What am I doing wrong?
Thanks.
[defa...@mykeyspace] aserr...@ubuntu:/opt/
cassandra$