Problem with cassandra support

14 views
Skip to first unread message

Tamil Selvan

unread,
Sep 21, 2011, 10:16:27 AM9/21/11
to Brisk Users
Problem with cassandra support

I'm getting the following error when I use cassandra-cli utility to
get or set some values.

At the same time I couldn't use any high level clients like PHPCassa
too.

If I build cassandra from cassandra src everything is working fine.

Im using brisk1.0 beta2 over ubuntu 11.04 and running only one
instance of brisk. I tried with and without jobtracker too.

[default@TestKeySpace] list TestColumnFamily;
Using default limit of 100
Internal error processing get_range_slices

[default@TestKeySpace] set TestColumn['tamil']['name']='tamil';
org.apache.cassandra.db.marshal.MarshalException: cannot parse 'name'
as hex bytes
[default@TestKeySpace] set TestColumn['tamil'][ascii('name')]='tamil';
Internal error processing insert
[default@TestKeySpace]

[default@TestKeySpace] incr TestColumnFamily['tamil']['counter'] by 3;
org.apache.cassandra.db.marshal.MarshalException: cannot parse
'counter' as hex bytes
[default@TestKeySpace] incr TestColumnFamily['tamil']
[ascii('counter')] by 3;
Internal error processing add

Thanks for help in advance

Regards,
Tamil
Reply all
Reply to author
Forward
0 new messages