1.准备工作
(1) 启动zookeeper服务,我的是在本地启动zookeeper
/usr/local/zookeeper/bin$ sudo zkServer.sh start
(2) 启动HBase和HBase shell
启动HBase:
/usr/local/hbase/bin下启动start-hbase.sh
启动HBase shell
/usr/local/hbase/bin下终端输入hbase shell
(3) 工程的maven依赖
org.apache.hadoop
hadoop-client
2.7.3
junit
junit
4.11
org.apache.hbase
hbase-client
1.2.11
View Code
2.使用javaAPI对HBase进行操作
github链接:https://github.com/gulu2016/STBigData/tree/master/src/main/java/cn/gulu/bigdata/hbase
标签:启动,zookeeper,usr,使用,HBase,JavaAPI,local,hbase
来源: https://www.cnblogs.com/ManchesterCityCoder/p/10893220.html