Li Fanxi created HBASE-15680:
--------------------------------
Summary: Examples in shell help message for TIMERANGE scanner
specifications should use milliseconds instead of seconds
Key: HBASE-15680
URL: https://issues.apache.org/jira/browse/HBASE-15680
Project: HBase
Issue Type: Improvement
Components: shell
Reporter: Li Fanxi
Priority: Trivial
```
hbase> scan 't1', {COLUMNS => 'c1', TIMERANGE => [1303668804, 1303668904]}
hbase> set_visibility 't1', '(A&B)|C', {COLUMNS => 'c1',
TIMERANGE => [1303668804, 1303668904]}
```
Examples for 'scan' and 'set_visibility' command use 10-digit timestamp (in
seconds) as the parameter for the TIMERANGE scanner specifications. However,
TIMERANGE only accepts milliseconds as its parameters.
To avoid misleading, suggest to improve the examples by using 13-digit
timestamps (in milliseconds).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)