大数据之Hbase: HBase安装部署
程序员文章站
2022-07-06 11:19:35
...
HBase安装部署
- Zookeeper正常部署
[[email protected] zookeeper-3.5.7]$ bin/zkServer.sh start
- Hadoop正常部署
[[email protected] hadoop-3.1.3]$ sbin/start-dfs.sh
[[email protected] hadoop-3.1.3]$ sbin/start-yarn.sh
- HBase的解压
- HBase的配置文件
- HBase远程发送到其他集群
[[email protected] module]$ xsync hbase/
- HBase服务的启动
1.单点启动
[[email protected] hbase]$ bin/hbase-daemon.sh start master
[[email protected] hbase]$ bin/hbase-daemon.sh start regionserver
2.群启
[[email protected] hbase]$ bin/start-hbase.sh
[[email protected] hbase]$ bin/stop-hbase.sh