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 time?
It would really help me much, 3x~


On Fri, Apr 17, 2009 at 1:20 AM, Patrick Hunt ph...@apache.org wrote:


You can generate the doxygen C API docs using make doxygen-doc (see the
README).


Mahadev Konar wrote:


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 yeqian@gmail.com wrote:

 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?







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 yeqian@gmail.com wrote:

 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?