[ 
https://issues.apache.org/jira/browse/BIGTOP-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13767902#comment-13767902
 ] 

Andrew Purtell commented on BIGTOP-1068:
----------------------------------------

Curator is a Java library that needs only be added to a (Java) application's 
classpath, along with the ZooKeeper jars, perhaps by a bin script or a bin 
script wrapper.

It has a unit test suite and some coding examples which can be converted into 
smoke tests for both Curator and ZooKeeper. 
                
> Add packaging for Apache Curator
> --------------------------------
>
>                 Key: BIGTOP-1068
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1068
>             Project: Bigtop
>          Issue Type: New Feature
>    Affects Versions: 0.7.0
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>
> Apache Curator is a framework that greatly simplifies using Apache ZooKeeper. 
> It adds many features that build on ZooKeeper and handles the complexity of 
> managing connections to the ZooKeeper cluster and retrying operations. It 
> also implements the common recipes that are described in the ZooKeeper 
> documentation. Because it helps developers avoid the pitfalls involved with 
> using ZooKeeper and implementing its recipes, Curator is used extensively in 
> production at Netflix and other places. It is an incubating project with a 
> good likelihood of graduation. 
> Bigtop should consider offering a Curator package as a simple library 
> depending on the ZooKeeper package, a relationship similar to that of DataFu 
> with respect to Pig or Phoenix with respect to HBase. Adding Curator would 
> also introduce a number of new useful ZooKeeper functional and integration 
> tests.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to