Hi, Please find some links related to zookeeper programming below. >From the Documentation, http://zookeeper.apache.org/doc/r3.4.3/ 1. http://zookeeper.apache.org/doc/r3.4.3/zookeeperProgrammers.html 2. http://zookeeper.apache.org/doc/r3.4.3/javaExample.html 3. http://zookeeper.apache.org/doc/r3.4.3/zookeeperTutorial.html
Zookeeper Wiki. : https://cwiki.apache.org/confluence/display/ZOOKEEPER/Index >From cloudera : http://www.cloudera.com/blog/2009/12/observers-making-zookeeper-scale-even-further/ External Links 1. http://highscalability.com/blog/2008/7/15/zookeeper-a-reliable-scalable-distributed-coordination-syste.html 2. http://techblog.outbrain.com/2011/07/leader-election-with-zookeeper/ -- On Wed, Aug 22, 2012 at 11:08 AM, sunil singh <[email protected]>wrote: > Hi, > I am Sunil Singh very new to zookeeper implementation. I have 3 systems in > which i have installed zookeeper server on 1m/c and zookeeper client on > other 2 m/c. > I have creates znodes from client. > Now i have to write a program to fetch data of znode on m/c > 192.168.1.124:2181. > Please give me some links to do basic programming like above. > > Regards, > Sunil Singh > > > > -- > View this message in context: > http://zookeeper-user.578899.n2.nabble.com/Zookeeper-programming-with-java-Intial-Stage-Programming-tp7577832.html > Sent from the zookeeper-user mailing list archive at Nabble.com. >
