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 clu

Re: Count of SliceRange in get_slice seems not to work

2010-11-18 Thread Hayarobi Park
expected to get back and > what 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

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

2010-11-18 Thread Hayarobi Park
mber of SuperColumn objects to return. > Each of those will have all 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. >

Re: Count of SliceRange in get_slice seems not to work

2010-11-17 Thread Hayarobi Park
Row(). From there you can trace through > how the count is used. > > Do you have a case where a call to the API returned more or less data than > expected? > > Hope that helps. > Aaron > > On 17 Nov 2010, at 21:03, Hayarobi Park wrote: > > > Hello.

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, getSlice