Jonathan Hsieh created HBASE-6155:
-------------------------------------
Summary: [copytable] Unexpected behavior if --starttime is not
specifed but --endtime is.
Key: HBASE-6155
URL: https://issues.apache.org/jira/browse/HBASE-6155
Project: HBase
Issue Type: Improvement
Affects Versions: 0.94.0, 0.92.1, 0.90.6, 0.96.0
Reporter: Jonathan Hsieh
If one uses copytable and specifies only an endtime, I'd expect to include all
rows from unix epoch time upto the specified endtime. Instead, it copies all
the rows.
The workaround for copies with this kind of range is to specify --startime=1
(Note not --starttime=0), which is also unintuitive.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira