[
https://issues.apache.org/jira/browse/ZOOKEEPER-765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12869681#action_12869681
]
Patrick Hunt commented on ZOOKEEPER-765:
----------------------------------------
Hi Travis, thanks for the contrib! Could you (re) submit this as a patch
against trunk? Then click "submit patch" on the left hand side. This will
trigger some automated workflow, and also notify the commiters that they should
review/comment/commit your contribution. You can see more detail on the contrib
process here:
http://wiki.apache.org/hadoop/ZooKeeper/HowToContribute
I suspect that you would want to put this file into
src/contrib/zkpython/src/examples/. Perhaps rename the example to be more
descriptive of it's content (type of example).
Thanks!
> Add python example script
> -------------------------
>
> Key: ZOOKEEPER-765
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-765
> Project: Zookeeper
> Issue Type: Improvement
> Components: contrib-bindings, documentation
> Reporter: Travis Crawford
> Assignee: Travis Crawford
> Priority: Minor
> Fix For: 3.4.0
>
> Attachments: zk.py
>
>
> When adding some zookeeper-based functionality to a python script I had to
> figure everything out without guidance, which while doable, would have been a
> lot easier with an example. I extracted a skeleton program structure out with
> hopes its useful to others (maybe add as an example in the source or wiki?).
> This script does an aget() and sets a watch, and hopefully illustrates what's
> going on, and where to plug in your application code that gets run when the
> znode changes.
> There are probably some bugs, which if we fix now and provide a well-reviewed
> example hopefully others will not run into the same mistakes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.