Zookeeper Windows 服务安装
Posted BlueEye
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Zookeeper Windows 服务安装相关的知识,希望对你有一定的参考价值。
下载prunsrc
http://archive.apache.org/dist/commons/daemon/binaries/windows
设置环境变量:
ZOOKEEPER_SERVICE:服务名
ZOOKEEPER_HOME:Zoookeeper文件目录
install.bat
%~dp0amd64\prunsrv.exe "//IS//%ZOOKEEPER_SERVICE%" ^
--DisplayName="Zookeeper (%ZOOKEEPER_SERVICE%)" ^
--Description="Zookeeper (%ZOOKEEPER_SERVICE%)" ^
--Startup=auto --StartMode=exe ^
--StartPath=%ZOOKEEPER_HOME% ^
--StartImage=%ZOOKEEPER_HOME%\bin\zkServer.cmd ^
--StopPath=%ZOOKEEPER_HOME%\ ^
--StopImage=%ZOOKEEPER_HOME%\bin\zkServerStop.cmd ^
--StopMode=exe --StopTimeout=5 ^
--LogPath=%ZOOKEEPER_HOME% --LogPrefix=zookeeper-wrapper ^
--PidFile=zookeeper.pid --LogLevel=Info --StdOutput=auto --StdError=auto
以上是关于Zookeeper Windows 服务安装的主要内容,如果未能解决你的问题,请参考以下文章