1.下载解压

2.conf/hbase-env.sh

Hbase 安装

3.conf/hbase-site.xml

<configuration>
<property>
<name>hbase.rootdir</name>
<value>hdfs://master:54310/hbase</value>
</property>
<property>
<name>hbase.cluster.distributed</name>
<value>true</value>
</property>
<property>
<name>hbase.zookeeper.quorum</name>
<value>master,slave1,slave2</value>
</property>
<property>
<name>hbase.tmp.dir</name>
<value>/home/hduser/hbase/tmp</value>
</property>
<property>
<name>hbase.zookeeper.property.dataDir</name>
<value>/home/hduser/hbase/zookeeper</value>
</property>
</configuration>

 

Hbase 安装

4.配置环境变量

Hbase 安装

5.配置reginserver

Hbase 安装

6.拷贝到其他节点上

7.查看结果

Hbase 安装

 

Hbase 安装

转载于:https://www.cnblogs.com/ukouryou/articles/3496943.html

相关文章:

  • 2021-10-07
  • 2021-09-26
  • 2021-12-25
猜你喜欢
  • 2021-10-18
  • 2021-09-13
  • 2021-09-02
相关资源
相似解决方案