[
https://issues.apache.org/jira/browse/HBASE-8026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14272972#comment-14272972
]
Amit Kabra commented on HBASE-8026:
-----------------------------------
1) Usage :
Its already present and can be seen once we do help scan on shell. Excerpt that
include info on versions and raw :
"
Also for experts, there is an advanced option -- RAW -- which instructs the
scanner to return all cells (including delete markers and uncollected deleted
cells). This option cannot be combined with requesting specific COLUMNS.
Disabled by default. Example:
hbase> scan 't1', {RAW => true, VERSIONS => 10}
"
2) Test - This jira is not about functionality of RAW and VERSIONS command.
Its just the mention of these commands missing in the help.
If you meant writing a new unit test for versions and raw command, then I will
go through the shell tests to see if there is any corresponding test there and
if not present, I can raise a new Jira and can work on it.
> HBase Shell docs for scan command don't reference VERSIONS
> ----------------------------------------------------------
>
> Key: HBASE-8026
> URL: https://issues.apache.org/jira/browse/HBASE-8026
> Project: HBase
> Issue Type: Bug
> Reporter: Jonathan Natkins
> Assignee: Amit Kabra
> Labels: beginner
> Fix For: 0.98.8
>
> Attachments: HBASE-8026.patch
>
>
> hbase(main):046:0> help 'scan'
> Scan a table; pass table name and optionally a dictionary of scanner
> specifications. Scanner specifications may include one or more of:
> TIMERANGE, FILTER, LIMIT, STARTROW, STOPROW, TIMESTAMP, MAXLENGTH,
> or COLUMNS, CACHE
> VERSIONS should be mentioned somewhere here.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)