hbase shell ---进入hbase
list ---给出所有表
count "table_name" ---查看表的记录数
scan "table_name" --- 查询多条记录
scan "table_name",LIMIT=>1 --查询一条记录
truncate "table_name" 清空表的记录数
hbase简单操作
原文:http://www.cnblogs.com/sy-liu/p/7448564.html