1 版本
axel -n 30 http://archive.apache.org/dist/hbase/hbase-1.0.3/hbase-1.0.3-bin.tar.gz
其中 axel在centos7.6下的安装参考https://www.hugeserver.com/kb/install-axel-centos-debian-linux/
For installing Axel on CentOS 6 and 7 you can add Epel repository:
yum install epel-release
yum install axel
2 因为这台centos机器已经安装了zookeeper(端口2181),所以hbase需要配置如下
tar zxvf hbase-1.0.3-bin.tar.gz
vim conf/hbase-site.xml
<configuration> <property> <name>hbase.cluster.distributed</name> <value>true</value> </property> </configuration>
./bin/start-hbase.sh
3 验证
hbase web管理页面:http://vm1:16010/master-status
hbase shell:
./hbase shell
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步