[linuxidc@linuxidc01 hbase-0.94.21]$ hbase shell
HBase Shell; enter 'help<RETURN>' for list of supported commands.
Type "exit<RETURN>" to leave the HBase Shell
Version 0.94.21, r83b4a1ee9b9a2fa4c7ae1739259e041cabe8edc2, Fri Jun 27 16:14:16 UTC 2014
hbase(main):001:0> list
TABLE
SYSTEM.CATALOG
SYSTEM.SEQUENCE
TEST
b_month
mytable
5 row(s) in 0.6250 seconds
hbase(main):003:0> scan 'TEST'
ROW COLUMN+CELL
\x80\x00\x00\x01 column=0:B, timestamp=1410534991931, value=\x80\x00\x00\x01
\x80\x00\x00\x01 column=0:_0, timestamp=1410534991931, value=
\x80\x00\x00\x02 column=0:B, timestamp=1410535001115, value=\x80\x00\x00\x0C
\x80\x00\x00\x02 column=0:_0, timestamp=1410535001115, value=
2 row(s) in 0.0770 seconds
hbase(main):004:0>