HBASE-8026 HBase Shell docs for scan command does not reference VERSIONS (Amit Kabra)
This commit is contained in:
parent
52b4db8607
commit
c339e181ae
|
@ -25,7 +25,7 @@ module Shell
|
||||||
Scan a table; pass table name and optionally a dictionary of scanner
|
Scan a table; pass table name and optionally a dictionary of scanner
|
||||||
specifications. Scanner specifications may include one or more of:
|
specifications. Scanner specifications may include one or more of:
|
||||||
TIMERANGE, FILTER, LIMIT, STARTROW, STOPROW, ROWPREFIXFILTER, TIMESTAMP,
|
TIMERANGE, FILTER, LIMIT, STARTROW, STOPROW, ROWPREFIXFILTER, TIMESTAMP,
|
||||||
MAXLENGTH or COLUMNS, CACHE
|
MAXLENGTH or COLUMNS, CACHE or RAW, VERSIONS
|
||||||
|
|
||||||
If no columns are specified, all columns will be scanned.
|
If no columns are specified, all columns will be scanned.
|
||||||
To scan all members of a column family, leave the qualifier empty as in
|
To scan all members of a column family, leave the qualifier empty as in
|
||||||
|
|
Loading…
Reference in New Issue