windows下启动zookeeper的坑
大概步骤为一下载解压二拷贝zoo_sample.cfg修改为zoo.cfg 修改其中配置文件注意:其中一个坑dataDir=D:\\tools\\zookeeper-3.4.12\\datadataLogDir=D:\\tools\\zookeeper-3.4.12\\logwindows下需使用\\ 否则启动报错 提示为Unexpected exception, exiting abnorm
·
大概步骤为
一下载解压
二拷贝zoo_sample.cfg修改为zoo.cfg 修改其中配置文件
注意:其中一个坑
dataDir=D:\\tools\\zookeeper-3.4.12\\data
dataLogDir=D:\\tools\\zookeeper-3.4.12\\log
windows下需使用\\ 否则启动报错 提示为Unexpected exception, exiting abnormally(端口占用)
找了好久这个问题,才找到了,实在是坑。。。。
一下载解压
二拷贝zoo_sample.cfg修改为zoo.cfg 修改其中配置文件
注意:其中一个坑
dataDir=D:\\tools\\zookeeper-3.4.12\\data
dataLogDir=D:\\tools\\zookeeper-3.4.12\\log
windows下需使用\\ 否则启动报错 提示为Unexpected exception, exiting abnormally(端口占用)
找了好久这个问题,才找到了,实在是坑。。。。
更多推荐



所有评论(0)