hbase shell 命令行的操作
get ‘zx_cloud_company_base_info‘, ‘340102000448661‘
deleteall ‘zx_cloud_company_base_info‘, ‘340102000448661‘
truncate ‘tableName‘
disable ‘tableName‘ #使表无效
drop ‘tableName‘
hbase(main):004:0> list TABLE myHbase 1 row(s) in 0.0650 seconds => ["myHbase"] hbase(main):005:0>
原文:https://www.cnblogs.com/luweiweicode/p/14927386.html