Minor edit fix to hirb help
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@686335 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9460067fd8
commit
8e95cab93c
|
@ -161,7 +161,8 @@ HBASE SHELL COMMANDS:
|
|||
hbase> get 't1', 'r1', {COLUMN => 'c1'}
|
||||
hbase> get 't1', 'r1', {COLUMN => ['c1', 'c2', 'c3']}
|
||||
hbase> get 't1', 'r1', {COLUMN => 'c1', TIMESTAMP => ts1}
|
||||
hbase> get 't1', 'r1', {COLUMN => 'c1', TIMESTAMP => ts1, VERSIONS = 4}
|
||||
hbase> get 't1', 'r1', {COLUMN => 'c1', TIMESTAMP => ts1, \
|
||||
VERSIONS => 4}
|
||||
|
||||
list List all tables in hbase
|
||||
|
||||
|
|
Loading…
Reference in New Issue