On Fri, Sep 4, 2009 at 2:55 PM, Roldano Cattoni <[email protected]> wrote:
> Hi all > > I am new to the thift-generated python API to Hbase. > Is there a method to get the list of all the row keys of a given table? > I wouldn't like to scan all the columns to get them. > Ot should I store them separately to get them quickly? > > There is no way to get keys without their attendant values -- even if you go via the thrift api. St.Ack
