Hbase 2.3.6 安装
环境说明¶
-
ubuntu-20.04
-
jdk-8
hbase-2.3.6
支持jdk-11
-
hadoop-3.3.1
zookeeper-3.7
Preudo-Distributed 模式¶
配置文件¶
-
$HBASE_HOME/conf/hbase-env.sh
-
$HBASE_HOME/conf/hbase-site.xml
<?xml version="1.0" encoding="UTF-8"?> <configuration> <property> <name>hbase.cluster.distributed</name> <value>true</value> </property> <property> <name>hbase.rootdir</name> <value>hdfs://node101:9000/hbase</value> </property> <property> <name>hbase.zookeeper.quorum</name> <value>win10:2181,win10:2182,win10:2183</value> </property> </configuration>
整合 HDFS HA 模式:
-
拷贝 HDFS 配置文件
-
修改
hbase-site.xml
-
-
$HBASE_HOME/conf/regionservers
启动¶
连接¶
Fully-Distributed 模式¶
配置文件¶
-
$HBASE_HOME/conf/regionservers
HA 模式¶
配置文件¶
-
$HBASE_HOME/conf/backup-masters