You want the keys without values? Its not possible currently. Are your values big? St.Ack
On Thu, May 7, 2009 at 6:09 AM, Qian, Ling <[email protected]> wrote: > > I have the same question, I want to get all rowkey (not include cells) in a > table. > > I think the HTable.getRow(rowkey) will get all the cells of the given > rowkey, while > the HTable.getScanner() need a column name which will cause more network > traffic. > > > 2009-05-07 > > > > Qian, Ling > > > > 发件人: stack > 发送时间: 2009-05-07 13:45:38 > 收件人: hbase-user > 抄送: > 主题: Re: Get all rowkey? > > Does this work for you? > > http://hadoop.apache.org/hbase/docs/r0.19.1/api/org/apache/hadoop/hbase/client/HTable.html#getRow(byte[])<http://hadoop.apache.org/hbase/docs/r0.19.1/api/org/apache/hadoop/hbase/client/HTable.html#getRow%28byte%5B%5D%29> > St.Ack > On Wed, May 6, 2009 at 9:09 PM, nguyenhuynh.mr <[email protected] > >wrote: > > Hi all! > > > > > > How to get all rowkey values in HBase? > > > > > > Thanks! > > > > > > Best, > > > > Nguyen > > > > >
