[
https://issues.apache.org/jira/browse/HBASE-2495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ian Knome updated HBASE-2495:
-----------------------------
Attachment:
HBASE-2495_-_Allow_record_filtering_with_selected_row_key_values_in_HBase_Export.patch
> Allow record filtering with selected row key values in HBase Export
> -------------------------------------------------------------------
>
> Key: HBASE-2495
> URL: https://issues.apache.org/jira/browse/HBASE-2495
> Project: HBase
> Issue Type: Improvement
> Components: util
> Affects Versions: 0.20.3
> Reporter: Ted Yu
> Labels: moved_from_0_20_5
> Fix For: 0.92.0
>
> Attachments:
> HBASE-2495_-_Allow_record_filtering_with_selected_row_key_values_in_HBase_Export.patch
>
>
> It is desirable to add record filtering capability to HBase Export.
> The following code is an example (s is the Scan):
> byte [] prefix = Bytes.toBytes(args[5]);
> if (args[5].startsWith("^"))
> {
> s.setFilter(new RowFilter(CompareOp.EQUAL, new
> RegexStringComparator(args[5])));
> }
> else s.setFilter(new PrefixFilter(prefix));
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira