Re: Unable to prefix in astyanax read query

2013-04-03 Thread aaron morton
>> I have created this column family using CQL and defined the primary key >> as What was the create table statement ? >> BadRequestException: [host=localhost(127.0.0.1):9160, latency=6(6), >> attempts=1]InvalidRequestException(why:Not enough bytes to read value of >> component 0) Unless the CQL

Re: Unable to prefix in astyanax read query

2013-04-02 Thread Hiller, Dean
We ran into some similar errors in playorm development. Basically, you defined a composite probably but are not correctly using that composite. I am not sure about queries though as we had the issue when saving data (ie. Using deviceID+deviceName did not work and we had to create an full blown com

Unable to prefix in astyanax read query

2013-04-01 Thread Apurva Jalit
I have a scheme as follows: TimeStamp Device ID Device Name Device Owner Device location I have created this column family using CQL and defined the primary key as (TimeStamp,Device ID, Device Name). Through a serializable object that has fields for DeviceID, name and a field name (which s