Update 基于Zookeeper搭建Hadoop高可用集群.md

This commit is contained in:
套陆 2020-09-28 06:17:45 +00:00 committed by GitHub
parent e54ab2c228
commit 8c367f78c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ export JAVA_HOME=/usr/java/jdk1.8.0_201/
<property> <property>
<!-- ZooKeeper 集群的地址 --> <!-- ZooKeeper 集群的地址 -->
<name>ha.zookeeper.quorum</name> <name>ha.zookeeper.quorum</name>
<value>hadoop001:2181,hadoop002:2181,hadoop002:2181</value> <value>hadoop001:2181,hadoop002:2181,hadoop003:2181</value>
</property> </property>
<property> <property>
<!-- ZKFC 连接到 ZooKeeper 超时时长 --> <!-- ZKFC 连接到 ZooKeeper 超时时长 -->
@ -514,4 +514,4 @@ yarn-daemon.sh start resourcemanager
<div align="center"> <img src="https://gitee.com/heibaiying/BigData-Notes/raw/master/pictures/weixin-desc.png"/> </div> <div align="center"> <img src="https://gitee.com/heibaiying/BigData-Notes/raw/master/pictures/weixin-desc.png"/> </div>