zookeeper linux 环境变量,zookeeper linux版安装
第一步 下載zookeeper
wget添加鏈接描述
第二步 解壓
tar -zxvf /這里是目錄/zookeeper-3.3.6.tar.gz
第三步 進入到conf目錄
cd /這里是目錄/zookeeper-3.3.6/conf
第四步 拷貝zoo_samle.cfg為zoo.cfg
cp zoo_sample.cfg zoo.cfg
第五步 編輯zoo.cfg文件
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=/usr/zookeeper/zookeeper-3.3.6
dataLogDir=/usr/zookeeper/zookeeper-3.3.6/log
# the port at which the clients will connect
clientPort=2181
#server.1=192.168.32.129:2888:3888
六、設置環境變量
export ZOOKEEPER_INSTALL=/這里是目錄/zookeeper-3.3.6
export PATH=PATH:PATH:PATH:ZOOKEEPER_INSTALL/bi
七、啟動 在bin 目錄下
./zkServer.sh start
JMX enabled by default
Using config: /opt/deploy/zookeeper-3.3.6/bin/…/conf/zoo.cfg
Starting zookeeper … STARTED
八、測試zookeeper
./zkCli.sh -server 192.168.11.128:2181
總結
以上是生活随笔為你收集整理的zookeeper linux 环境变量,zookeeper linux版安装的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: uart接口是什么_各种接口的详细介绍
- 下一篇: linux wptmp文件分析,word