[
https://issues.apache.org/jira/browse/HBASE-2495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006949#comment-13006949
]
Subbu M Iyer commented on HBASE-2495:
-------------------------------------
Stack:
Thanks for the review comments and sorry for the license and comments messup. I
figured out the root cause to be due to using Eclipse and IntelliJ (one at
office and one at home) and I promise to take extra precaution in my future
commits.
I will make changes per suggestion and will also attach my test results to this
Jira.
thanks again.
> 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