You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Geoffrey Jacoby (JIRA)" <ji...@apache.org> on 2016/06/24 21:30:16 UTC

[jira] [Created] (HBASE-16108) RowCounter should support multiple key ranges

Geoffrey Jacoby created HBASE-16108:
---------------------------------------

             Summary: RowCounter should support multiple key ranges
                 Key: HBASE-16108
                 URL: https://issues.apache.org/jira/browse/HBASE-16108
             Project: HBase
          Issue Type: Improvement
            Reporter: Geoffrey Jacoby


Currently, RowCounter only allows a single key range to be used as a filter. It would be useful in some cases to be able to specify multiple key ranges (or prefixes) in the same job. (For example, counting over a set of Phoenix tenant ids in an unsalted table)

This could be done by enhancing the existing key range parameter to take multiple start/stop row pairs. Alternately, a new --row-prefixes option could be added, similar to what HBASE-15847 did for VerifyReplication. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)