$ ./bin/hbase shell
HBase Shell
Use "help" to get list of supported commands.
Use "exit" to quit this interactive shell.
For Reference, please visit: http://hbase.apache.org/2.0/book.html#shell
Version 2.3.0, re0e1382705c59d3fb3ad8f5bff720a9dc7120fb8, Mon Jul 6 22:27:43 UTC 2020
Took 0.0012 seconds
hbase(main):001:0> create 'super','boy'
Created table super
Took 0.6404 seconds
=> Hbase::Table - super
hbase(main):002:0> list 'super'
TABLE
super
1 row(s)
Took 0.0186 seconds
=>["super"]
hbase(main):003:0>