AW: cant seem to figure out secondary index definition

2011-03-04 Thread Roland Gude
Hi again, I am still suffering from this error (which severely limits testability for me right now). Doesn't anybody have an idea, why IndexSliceQueries work if the index is created with cassandra-cli and why it does not if the index is created with cassandra.yaml? Is there some way to find out

AW: cant seem to figure out secondary index definition

2011-02-17 Thread Roland Gude
Hi again, i am still having trouble with this. If I define the index using cli with these commands: create column family A with column_type='Standard' and comparator='TimeUUIDType' and keys_cached=20 and read_repair_chance=1.0 and rows_cached=0.0 and column_metadata=[{column_name: -

AW: cant seem to figure out secondary index definition

2011-02-15 Thread Roland Gude
Thanks, it works. roland Von: Michal Augustýn [mailto:augustyn.mic...@gmail.com] Gesendet: Dienstag, 15. Februar 2011 16:22 An: user@cassandra.apache.org Betreff: Re: cant seem to figure out secondary index definition Ah, ok. I checked that in source and the problem is that you wrote "validatio

AW: cant seem to figure out secondary index definition

2011-02-15 Thread Roland Gude
Yeah i know about that, but the definition i have is for a cluster that is started/stopped from a unit test with hector embeddedServerHelper, which takes definitions from the yaml. So i'd still like to define the index in the yaml file (it should very well be possible I guess) Von: Michal Augu