How to get columns in a super column in cassandra-cli ?

2010-12-14 Thread Hayarobi Park
Hello, I'm using cassandra 0.7.0-rc2. When I tried to get column contents in a super column of Super CF like below; ] get myCF['key']['scName']; the client reply supercolumn parameter is not optional for super CF user It seemed to work in cassandra-0.7.0-beta2, if my memory is not wrong. The

Re:Re: Count of SliceRange in get_slice seems not to work

2010-11-18 Thread Hayarobi Park
of it's columns. If a super column is specified on ColumnParent then the count refers to the number of Columns to return. If you're seeing something else can you send an example. Thanks. Aaron On 18 Nov, 2010,at 03:04 PM, Hayarobi Park hayarobip...@gmail.com wrote

Re: Count of SliceRange in get_slice seems not to work

2010-11-18 Thread Hayarobi Park
you actually got back. Are you able to reproduce the fault in a clean install, e.g. load this data, run these commands and then it goes bang ? Aaron On 18 Nov 2010, at 23:54, Hayarobi Park wrote: I inspected some code of the cluster ring. Thread [ReadStage:6] (Suspended

Count of SliceRange in get_slice seems not to work

2010-11-17 Thread Hayarobi Park
Hello. I'm using cassandra (currently 0.7.0-beta3) in JAVA; with library hector. It seems that cassandra ignore the count of SliceRange when received get_slice request. I traced cassandra source code, and the part of code that retrieving columns does not get count as parameter. See,