您好,登錄后才能下訂單哦!
這篇文章給大家分享的是有關zookeeper3.3.6怎么安裝的內容。小編覺得挺實用的,因此分享給大家做個參考,一起跟隨小編過來看看吧。
下載:zookeeper-3.3.6.tar.gz
解壓扔到/opt目錄下
[~]$ cd /opt/zookeeper-3.3.6/conf [conf]$ mv zoo_sample.cfg zoo.cfg [conf]$ vi 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. dataDir=/opt/zookeeper-3.3.6/tmp/data #日志位置 dataLogDir=/opt/zookeeper-3.3.6/tmp/logs # the port at which the clients will connect clientPort=2181 # 從3.4.0開始,zookeeper提供了自動清理snapshot和事務日志的功能 autopurge.purgeInterval=1 //頻率小時,默認為0表示不清理 autopurge.snapRetainCount=1 //保留的文件數目,默認為3 server.1=172-25-3-27:2888:3888
cd /opt/zookeeper-3.3.6/tmp/data vi myid 1
如果不加這一步,在分布式的情況下,斷網會導致zookepper服務異常退出。
QuorumPeerMain
啟動
cd ../bin ./zkServer.sh start
停止
./zkServer.sh stop
查看zookeeper狀態
./zkServer.sh status
zookeeper客戶端操作命令
./zkCli.sh -server 192.168.0.102:2181 [zk: 192.168.0.102:2181(CONNECTED) 0] ls / create /zk "myData" get /zk set /zk "zsl" delete /zk create /zk/node1 "node1" ls /zk
感謝各位的閱讀!關于“zookeeper3.3.6怎么安裝”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,讓大家可以學到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。