Re: How can I traverser data of column family but I don't have the row key?

2009-12-25 Thread Jonathan Ellis
As implied, there is no way to enumerate rows with random partitioner. On Thu, Dec 24, 2009 at 10:22 PM, JKnight JKnight beukni...@gmail.com wrote: Dear Mr Jonathan, I have seen in the Wiki, This method is only allowed when using an order-preserving partitioner But I used random partitioner.

How can I traverser data of column family but I don't have the row key?

2009-12-24 Thread JKnight JKnight
Dear all, How can I read data of column family but I don't have the row key? That is similar than read each row in RDBMS. Thank a lot for support. -- Best regards, JKnight

Re: How can I traverser data of column family but I don't have the row key?

2009-12-24 Thread Jonathan Ellis
get_slice_range in 0.5 On Thu, Dec 24, 2009 at 9:40 PM, JKnight JKnight beukni...@gmail.com wrote: Dear all, How can I read data of column family but I don't have the row key? That is similar than read each row in RDBMS. Thank a lot for support. -- Best regards, JKnight

Re: How can I traverser data of column family but I don't have the row key?

2009-12-24 Thread JKnight JKnight
Dear Mr Jonathan, I have seen in the Wiki, This method is only allowed when using an order-preserving partitioner But I used random partitioner. Thanks. On Thu, Dec 24, 2009 at 10:48 PM, Jonathan Ellis jbel...@gmail.com wrote: get_slice_range in 0.5 On Thu, Dec 24, 2009 at 9:40 PM, JKnight