ClickHouse集群多实例部署 zookeeper集群部署
Zookeeper之启动常见错误及解决方法-yellowcong
https://blog.csdn.net/yelllowcong/article/details/78227758/
3.4.14
cat /data/app/zookeeper/conf/zoo.cfg
tickTime=2000
initLimit=300
syncLimit=60
maxClientCnxns=2000
maxSessionTimeout=600000
#forceSync=no
snapCount=200000
autopurge.snapRetainCount=3
autopurge.purgeInterval=1
dataDir=/data/appData/zookeeper/data
dataLogDir=/data/log/zookeeper/log
clientPort=18127
server.1=172.16.1.162:18128:18129
server.2=172.16.1.163:18128:18129
server.3=172.16.1.164:18128:18129
/data/app/zookeeper/bin/zkServer.sh status
cat /data/app/zookeeper/conf/log4j.properties
cat /data/app/zookeeper/bin/zkEnv.sh
cat /data/app/zookeeper/bin/zkCleanup.sh
https://www.cnblogs.com/fanweiwei/p/4517012.html
ClickHouse集群多实例部署
https://blog.csdn.net/ashic/article/details/105901792
https://www.cnblogs.com/jiashengmei/p/11991243.html
ClickHouse安装部署【非常详细】
https://blog.csdn.net/weixin_44586883/article/details/122367734
【大数据】clickhouse系列一安装篇
https://blog.csdn.net/wutian713/article/details/113562392