這篇文章給大家介紹ubuntu16.04系統(tǒng)中怎么安裝zookeeper,內(nèi)容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。
創(chuàng)新互聯(lián)專業(yè)為企業(yè)提供尉犁網(wǎng)站建設(shè)、尉犁做網(wǎng)站、尉犁網(wǎng)站設(shè)計、尉犁網(wǎng)站制作等企業(yè)網(wǎng)站建設(shè)、網(wǎng)頁設(shè)計與制作、尉犁企業(yè)網(wǎng)站模板建站服務(wù),十載尉犁做網(wǎng)站經(jīng)驗,不只是建網(wǎng)站,更提供有價值的思路和整體網(wǎng)絡(luò)服務(wù)。
zookeeper需要java,見https://my.oschina.net/u/914655/blog/3102583
cd /app wget http://mirror-hk.koddos.net/apache/zookeeper/zookeeper-3.5.5/apache-zookeeper-3.5.5-bin.tar.gz tar zxvf apache-zookeeper-3.5.5-bin.tar.gz mv apache-zookeeper-3.5.5-bin zookeeper cp conf/zoo.sample.cfg conf/zoo.cfg vim conf/zoo.cfg mkdir data vim data/myid echo 1 > data/myid # 這個確保和下面的server.x后面的數(shù)字對應(yīng) vim /etc/hosts # /etc/hosts # 自定義Hosts 10.13.6.1 kafka-node1 10.13.6.2 kafka-node2 10.13.6.3 kafka-node3
zoo.cfg
# The number of milliseconds of each tick tickTime=2000 # The number of ticks that the initial # 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=/app/zookeeper/data # 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 # 節(jié)點配置信息 server.1=kafka-node1:2888:3888 server.2=kafka-node2:2888:3888 server.3=kafka-node3:2888:3888 #server.A=B:C:D # 其中 A 是一個數(shù)字,表示這個是第幾號服務(wù)器; # B 是這個服務(wù)器的 ip 地址; # C 表示的是這個服務(wù)器與集群中的 Leader 服務(wù)器交換信息的端口; # D 表示的是如果集群中的 Leader 服務(wù)器故障,需要一個端口來重新進行選舉,選出一個新的 Leader,而這個端口就是#用來執(zhí)行選舉時服務(wù)器相互通信的端口。 # # 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
關(guān)于ubuntu16.04系統(tǒng)中怎么安裝zookeeper就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,可以學(xué)到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。
網(wǎng)站名稱:ubuntu16.04系統(tǒng)中怎么安裝zookeeper
網(wǎng)頁地址:http://jinyejixie.com/article12/jjicgc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站維護、外貿(mào)網(wǎng)站建設(shè)、手機網(wǎng)站建設(shè)、外貿(mào)建站、服務(wù)器托管、企業(yè)建站
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)