16.3. Hbase Shell
安装完Apache hbase启动后就可以进入 hbase shell了,hbase shell 是与Hbase交互的界面。 [neo@netkiller bin]$ hbase shell 2017-06-27 21:07:35,524 WARN [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable HBase Shell; enter 'help<RETURN>' for list of supported commands. Type "exit<RETURN>" to leave the HBase Shell Version 1.2.6, rUnknown, Mon May 29 02:25:32 CDT 2017 hbase(main):001:0> 退出 Hbase shell hbase(main):038:0> exit [n...