這篇文章給大家介紹Windows中怎么安裝ZooKeeper服務(wù),內(nèi)容非常詳細(xì),感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。
創(chuàng)新互聯(lián)專注為客戶提供全方位的互聯(lián)網(wǎng)綜合服務(wù),包含不限于網(wǎng)站建設(shè)、做網(wǎng)站、淥口網(wǎng)絡(luò)推廣、小程序設(shè)計(jì)、淥口網(wǎng)絡(luò)營銷、淥口企業(yè)策劃、淥口品牌公關(guān)、搜索引擎seo、人物專訪、企業(yè)宣傳片、企業(yè)代運(yùn)營等,從售前售中售后,我們都將竭誠為您服務(wù),您的肯定,是我們最大的嘉獎;創(chuàng)新互聯(lián)為所有大學(xué)生創(chuàng)業(yè)者提供淥口建站搭建服務(wù),24小時服務(wù)熱線:028-86922220,官方網(wǎng)址:www.cdcxhl.com
本示例用的版本是3.4.13
官網(wǎng)下載地址:ZooKeeper下載鏈接
下載完解壓即可,解壓目錄如下
在解壓目錄同級新建data/logs文件夾,用來存放ZooKeeper的相關(guān)數(shù)據(jù)和日志
進(jìn)入安裝目錄下的/conf文件夾,復(fù)制zoo_sample.ctg新建一個zoo.ctg文件,并修改內(nèi)容如下
# The number of milliseconds of eachtick 心跳間隔毫秒每次 tickTime=2000 # The number of ticks that the initial 初始化連接超時次數(shù) # synchronization phase can take initLimit=10 # The number of ticks that can pass between # sending a request and gettinganacknowledgement syncLimit=5 # the directory where the snapshotisstored. //鏡像數(shù)據(jù)位置 dataDir=E:\\zookeeper\\data #日志位置 dataLogDir=E:\\zookeeper\\logs # the port at which the clientswillconnect 客戶端連接的端口 clientPort=2181
進(jìn)入安裝目錄下的bin目錄,雙擊zkServer.cmd
雙擊zhCli.cmd連接測試
關(guān)于Windows中怎么安裝ZooKeeper服務(wù)就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,可以學(xué)到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。