1. download zk (zookeeper )
2. Extract and put it in some place like : C:\zookeeper-3.4.10\
3. Add to path : C:\zookeeper-3.4.10\bin
4. Change configuration in C:\zookeeper-3.4.10\conf\zoo_sample.cfg to zoo.cfg
this configuration is nothing to do except renaming
5. Now run the server all the command are available in C:\zookeeper-3.4.10\bin folder
C:\Users\ycs-gbs>zkServer
6. you can run other commands
C:\Users\ycs-gbs>zkCli
good ref: https://medium.com/@shaaslam/installing-apache-zookeeper-on-windows-45eda303e835
https://zookeeper.apache.org/doc/r3.3.3/zookeeperStarted.html#sc_RunningReplicatedZooKeeper
https://curator.apache.org/curator-framework/index.html
http://highscalability.com/blog/2008/7/15/zookeeper-a-reliable-scalable-distributed-coordination-syste.html
No comments:
Post a Comment