Andor Molnar created HBASE-28933: ------------------------------------ Summary: CopyTable to accept custom cf/qualifier for timestamp range filtering Key: HBASE-28933 URL: https://issues.apache.org/jira/browse/HBASE-28933 Project: HBase Issue Type: New Feature Components: mapreduce Affects Versions: 2.4.18 Reporter: Andor Molnar Assignee: Andor Molnar
Currently CopyTable starttime/endtime param filters on HBase's built-in timestamp. Add the following options in order to filter based on the value of custom timestamp column. {noformat} ts.cf column family for time range checking (use HBase built-in timestamp if not specified) ts.qualifier qualifier for time range checking (use HBase built-in timestamp if not specified) {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)