欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

大数据之Hbase: HBase安装部署

程序员文章站 2022-07-06 11:19:35
...

HBase安装部署

  1. Zookeeper正常部署
[[email protected] zookeeper-3.5.7]$ bin/zkServer.sh start
  1. Hadoop正常部署
[[email protected] hadoop-3.1.3]$ sbin/start-dfs.sh
[[email protected] hadoop-3.1.3]$ sbin/start-yarn.sh
  1. HBase的解压
  2. HBase的配置文件
  3. HBase远程发送到其他集群
[[email protected] module]$ xsync hbase/
  1. 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
相关标签: 大数据系列二