IDSW集群中Hbase的访问
环境
| 项 | 内容 |
|---|---|
| 版本 | hbase-1.4.9 |
| hadoop版本 | hadoop2.6.5 |
| 安装目录 | /data/hbase-1.4.9 |
| 机器 | 10.111.25.140(主) 10.111.25.138 10.111.25.139 |
| zookeeper | 使用hbase自带的zk |
访问
在10.111.25.140中
hbase shell
注:hbase shell中用“Ctrl+Backspace”进行删除
远程连接
pom.xml
<!-- https://mvnrepository.com/artifact/org.apache.hbase/hbase-client -->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-client</artifactId>
<version>1.4.9</version&g

最低0.47元/天 解锁文章

被折叠的 条评论
为什么被折叠?



