HBASE-14577 HBase shell help for scan and returning a column family has a typo
Signed-off-by: Matteo Bertozzi <matteo.bertozzi@cloudera.com>
This commit is contained in:
parent
6db1134cb7
commit
04bdf97311
|
@ -29,7 +29,7 @@ MAXLENGTH or COLUMNS, CACHE or RAW, VERSIONS, ALL_METRICS or METRICS
|
|||
|
||||
If no columns are specified, all columns will be scanned.
|
||||
To scan all members of a column family, leave the qualifier empty as in
|
||||
'col_family:'.
|
||||
'col_family'.
|
||||
|
||||
The filter can be specified in two ways:
|
||||
1. Using a filterString - more information on this is available in the
|
||||
|
|
Loading…
Reference in New Issue