You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Developer Brasil <al...@terra.com.br> on 2017/05/11 23:38:02 UTC

How to find the rowkey of a table in HBASE

How to find the rowkey of a table in HBASE



--
View this message in context: http://apache-hbase.679495.n3.nabble.com/How-to-find-the-rowkey-of-a-table-in-HBASE-tp4087915.html
Sent from the HBase Developer mailing list archive at Nabble.com.

Re: How to find the rowkey of a table in HBASE

Posted by Josh Elser <el...@apache.org>.
You issue a Get request for the rowkey you're looking for (checking for 
existence) or your use a Scanner to read all rowkeys (data) in the table.

Developer Brasil wrote:
> How to find the rowkey of a table in HBASE
>
>
>
> --
> View this message in context: http://apache-hbase.679495.n3.nabble.com/How-to-find-the-rowkey-of-a-table-in-HBASE-tp4087915.html
> Sent from the HBase Developer mailing list archive at Nabble.com.

Re: How to find the rowkey of a table in HBASE

Posted by Ted Yu <yu...@gmail.com>.
Dropping dev@

Can you be a bit specific about what you wanted to do ?

A scan of the table would reveal all the row keys but I am not sure if
that's what you need.

On Thu, May 11, 2017 at 4:38 PM, Developer Brasil <
alfredo.tavares@terra.com.br> wrote:

> How to find the rowkey of a table in HBASE
>
>
>
> --
> View this message in context: http://apache-hbase.679495.n3.
> nabble.com/How-to-find-the-rowkey-of-a-table-in-HBASE-tp4087915.html
> Sent from the HBase Developer mailing list archive at Nabble.com.

Re: How to find the rowkey of a table in HBASE

Posted by Josh Elser <el...@apache.org>.
You issue a Get request for the rowkey you're looking for (checking for 
existence) or your use a Scanner to read all rowkeys (data) in the table.

Developer Brasil wrote:
> How to find the rowkey of a table in HBASE
>
>
>
> --
> View this message in context: http://apache-hbase.679495.n3.nabble.com/How-to-find-the-rowkey-of-a-table-in-HBASE-tp4087915.html
> Sent from the HBase Developer mailing list archive at Nabble.com.