主頁 > 知識(shí)庫 > linux系統(tǒng)安裝zookeeper 服務(wù)的方法

linux系統(tǒng)安裝zookeeper 服務(wù)的方法

熱門標(biāo)簽:寧波400電話辦理對(duì)企業(yè)的意義 廣東如何申請(qǐng)400電話 燃?xì)夤芫€地圖標(biāo)注顏色 i智能電話機(jī)器人yeta 西柏坡地圖標(biāo)注 哈爾濱400電話去哪辦理 北京人工外呼系統(tǒng)廠家 400電話申請(qǐng)要什么條件 話術(shù)外呼系統(tǒng)

1、創(chuàng)建 /usr/local/services/zookeeper 文件夾:

  mkdir -p /usr/local/services/zookeeper 

 2、進(jìn)入到 /usr/local/services/zookeeper 目錄中:

  cd /usr/local/services/zookeeper

 3、下載 zookeeper-3.4.9.tar.gz:

 wget https://mirrors.tuna.tsinghua.edu.cn/apache/zookeeper/zookeeper-3.4.9/zookeeper-3.4.9.tar.gz 

 4、解壓縮 zookeeper-3.4.9.tar.gz: 

  tar -zxvf zookeeper-3.4.9.tar.gz

 5、進(jìn)入到 /usr/local/services/zookeeper/zookeeper-3.4.9/conf 目錄中:

cd zookeeper-3.4.9/conf/ 

 6、復(fù)制 zoo_sample.cfg 文件的并命名為為 zoo.cfg:

cp zoo_sample.cfg zoo.cfg 

 7、用 vim 打開 zoo.cfg 文件并修改其內(nèi)容為如下:

# The number of milliseconds of each tick
    # zookeeper 定義的基準(zhǔn)時(shí)間間隔,單位:毫秒
  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=/tmp/zookeeper
   # 數(shù)據(jù)文件夾
  dataDir=/usr/local/services/zookeeper/zookeeper-3.4.9/data
   # 日志文件夾
  dataLogDir=/usr/local/services/zookeeper/zookeeper-3.4.9/logs
   # the port at which the clients will connect
   # 客戶端訪問 zookeeper 的端口號(hào)
  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 

 8、保存并關(guān)閉 zoo.cfg 文件:    

9、進(jìn)入到 /usr/local/services/zookeeper/zookeeper-3.4.9/bin 目錄中:

    cd ../bin/  

 10、用 vim 打開 /etc/ 目錄下的配置文件 profile:

    vim /etc/profile

     并在其尾部追加如下內(nèi)容: 

 # idea - zookeeper-3.4.9 config start - 2016-09-08
   export ZOOKEEPER_HOME=/usr/local/services/zookeeper/zookeeper-3.4.9/
   export PATH=$ZOOKEEPER_HOME/bin:$PATH
   export PATH
   # idea - zookeeper-3.4.9 config start - 2016-09-08

 11、使 /etc/ 目錄下的 profile 文件即可生效:

 source /etc/profile 

 12、啟動(dòng) zookeeper 服務(wù):

zkServer.sh start

     如打印如下信息則表明啟動(dòng)成功:

  ZooKeeper JMX enabled by default
   Using config: /usr/local/services/zookeeper/zookeeper-3.4.9/bin/../conf/zoo.cfg
   Starting zookeeper ... STARTED 

 13、查詢 zookeeper 狀態(tài):

  zkServer.sh status 

 14、關(guān)閉 zookeeper 服務(wù):

 zkServer.sh stop

     如打印如下信息則表明成功關(guān)閉:

 ZooKeeper JMX enabled by default
   Using config: /usr/local/services/zookeeper/zookeeper-3.4.9/bin/../conf/zoo.cfg
   Stopping zookeeper ... STOPPED

 15、重啟 zookeeper 服務(wù):

zkServer.sh restart

     如打印如下信息則表明重啟成功:

  ZooKeeper JMX enabled by default
   Using config: /usr/local/services/zookeeper/zookeeper-3.4.9/bin/../conf/zoo.cfg
   ZooKeeper JMX enabled by default
   Using config: /usr/local/services/zookeeper/zookeeper-3.4.9/bin/../conf/zoo.cfg
   Stopping zookeeper ... STOPPED
   ZooKeeper JMX enabled by default
   Using config: /usr/local/services/zookeeper/zookeeper-3.4.9/bin/../conf/zoo.cfg
   Starting zookeeper ... STARTED

總結(jié)

以上所述是小編給大家介紹的linux 安裝zookeeper 服務(wù),希望對(duì)大家有所幫助,如果大家有任何疑問請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)腳本之家網(wǎng)站的支持!

標(biāo)簽:湘潭 阜陽 襄陽 張家口 珠海 西藏 開封 巴中

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《linux系統(tǒng)安裝zookeeper 服務(wù)的方法》,本文關(guān)鍵詞  linux,系統(tǒng),安裝,zookeeper,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《linux系統(tǒng)安裝zookeeper 服務(wù)的方法》相關(guān)的同類信息!
  • 本頁收集關(guān)于linux系統(tǒng)安裝zookeeper 服務(wù)的方法的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章