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