Re: Some one send me some demo of programming with C client API for Zookeeper

2009-04-20 Thread Patrick Hunt
What specific questions re the docs did you have? It will give us some insight wrt prioritization. Please enter JIRAs if you have specific areas of interest. Patrick Qian Ye wrote: Thanks, btw, there are a lot of '[tbd]' in the zookeeperProgrammers, could you please fill in the blanks some

Some one send me some demo of programming with C client API for Zookeeper

2009-04-16 Thread Qian Ye
Hi all: I'm a fresh man to Zookeeper. Finding that the documents at zookeeper.hadoop.apache.org are mostly about Java client API. However, I want some c client code to get start. Anyone could help me? -- With Regards! Ye, Qian Made in Zhejiang University

Re: Some one send me some demo of programming with C client API for Zookeeper

2009-04-16 Thread Mahadev Konar
Please take a look at src/c/src/cli.c for some examples on zookeeper c client usage. Also you can see the test cases. Also http://hadoop.apache.org/zookeeper/docs/r3.1.1/zookeeperProgrammers.html Will give you some exmaple code for c clients. mahadev On 4/16/09 2:30 AM, Qian Ye