hbase简单操作

Posted 三里路

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hbase简单操作相关的知识,希望对你有一定的参考价值。

hbase shell ---进入hbase

list ---给出所有表

count "table_name" ---查看表的记录数

scan "table_name" --- 查询多条记录

scan "table_name",LIMIT=>1 --查询一条记录

truncate "table_name" 清空表的记录数 

 

以上是关于hbase简单操作的主要内容,如果未能解决你的问题,请参考以下文章

HBase学习01(HBase入门及HBase Shell简单操作)

hbase简单操作

HBase的简单java操作

hbase 简单操作

Hbase简介以及简单的入门操作

hbase简单操作