hbase
Sail__
Today I get through with nothing done is just the tomorrow the men who dead yesterday eager for.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HBase基本操作:SHELL操作
SHELL进入SHELLhbase shell查看所有表list创建表 test1,列族f11,f2,f3,f4 create 'test1','f1','f2','f3','f4'对表table1添加一个新的列族alter 'test1','f5'删除表test1的一个列族 f5alter 'test1',{NAME => 'f5',ME...原创 2019-05-20 14:55:51 · 517 阅读 · 0 评论 -
HBase基本操作:JAVA API操作
IDEA新建项目,引入POM文件 <dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-client</artifactId> <version>1.3.0...原创 2019-05-20 15:13:24 · 952 阅读 · 0 评论
分享