以三個(gè)虛擬機(jī)為例創(chuàng)建集群
Zookeeper集群節(jié)點(diǎn)數(shù)量要是奇數(shù)
上傳Zookeeper.tar.gz 到Linux(推薦使用Xftp 4)
解壓到/export/server (自定義目錄方便查找)
修改zookeeper文件中的zoo_sample.cfg為 zoo.cfg(方便使用)
環(huán)境變量配置編輯 .bashrc 文件, 在文件末尾添加以下環(huán)境變量配置:
ZooKeeper Env
export ZOOKEEPER_HOME=/opt/zookeeper
export PATH=$PATH:$ZOOKEEPER_HOME/bin
配置zoo.cfg(重點(diǎn))dataDir配置路徑進(jìn)行修改
在文件末尾添加 server.id=host:port:port
示例
server.1=master:2888:3888
server.2=slave01:2888:3888
server.3=slave02:2888:3888
Server ID, 用來(lái)標(biāo)識(shí)服務(wù)器在集群中的序號(hào)
ZooKeeper 集群中, 每臺(tái)服務(wù)器上的 zoo.cfg 配置文件內(nèi)容一致。
創(chuàng)建myid文件(識(shí)別服務(wù)器)
如下
# synchronization phase can take
initLimit=10
# The number of ticks that can pass between
# sending a request and getting an acknowledgement
syncLimit=5
# the directory where the snapshot is stored.
# do not use /tmp for storage, /tmp here is just
# example sakes.
dataDir=/export/data/zkdata
# the port at which the clients will connect
clientPort=2181
# the maximum number of client connections.
# increase this if you need to handle more clients
#maxClientCnxns=60
#
# Be sure to read the maintenance section of the
# administrator guide before turning on autopurge.
# http://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_maintenance
# The number of snapshots to retain in dataDir
#autopurge.snapRetainCount=3
# Purge task interval in hours
# Set to "0" to disable auto purge feature
#autopurge.purgeInterval=1
server.1=master:2888:3888
server.2=slave01:2888:3888
server.3=slave02:2888:3888
剩余節(jié)點(diǎn)配置最后將修改好的zookeeper文件 使用 scp命令復(fù)制到剩下兩個(gè)節(jié)點(diǎn)中
在/export/server路徑下執(zhí)行
修改myid
初次寫,如有錯(cuò)誤,還請(qǐng)指正
你是否還在尋找穩(wěn)定的海外服務(wù)器提供商?創(chuàng)新互聯(lián)www.cdcxhl.cn海外機(jī)房具備T級(jí)流量清洗系統(tǒng)配攻擊溯源,準(zhǔn)確流量調(diào)度確保服務(wù)器高可用性,企業(yè)級(jí)服務(wù)器適合批量采購(gòu),新人活動(dòng)首月15元起,快前往官網(wǎng)查看詳情吧
文章標(biāo)題:LinuxCentos7Zookeeper安轉(zhuǎn)(集群)-創(chuàng)新互聯(lián)
文章轉(zhuǎn)載:http://chinadenli.net/article48/cdjhep.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供搜索引擎優(yōu)化、App設(shè)計(jì)、網(wǎng)站營(yíng)銷、動(dòng)態(tài)網(wǎng)站、電子商務(wù)、自適應(yīng)網(wǎng)站
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容