-
Notifications
You must be signed in to change notification settings - Fork 0
HBase Shell
Zhamri Che Ani edited this page Nov 28, 2023
·
1 revision
% hbase shell
hbase(main):001:0> status
hbase(main):003:0> list
hbase(main):004:0> create 'Sales','Transactions'
hbase(main):006:0> put 'Sales','1','Transactions:Date','20160501'
hbase(main):007:0> put 'Sales','1','Transactions:Amount','3000'
hbase(main):008:0> scan 'Sales'
hbase(main):009:0> exit