在Hbase shell之外执行hbase命令
echo "list" | hbase shell -n
hbase shell fileName
For example:
插入数据:
put 'test:test01' , '1001' , 'info:id' , 'taotao'
https://www.ibm.com/developerworks/cn/analytics/library/ba-cn-bigdata-hbase/index.html
https://cloud.tencent.com/developer/article/1006043