Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.20.3
-
Reviewed
Description
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("^"))
else s.setFilter(new PrefixFilter(prefix));
Attachments
Attachments
Issue Links
- relates to
-
HBASE-3255 Allow Export tool to choose subset of rows
- Closed