timothy65535 commented on issue #838:
URL: 
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883429326


   > If we are able to bump up curator to 4.2.x then we are able to work with 
both zk 3.4 and 3.5?
   
   Curator4.2.0 can work with zk3.4 and zk3.5. whether throw 
`UnimplementedException` or not depending on the version of zookeeper 
dependency.
   
   ```
           <dependency>
               <groupId>org.apache.zookeeper</groupId>
               <artifactId>zookeeper</artifactId>
   <!--            <version>3.4.14</version>-->
               <version>3.5.5</version>
           </dependency>
   
           <dependency>
               <groupId>org.apache.curator</groupId>
               <artifactId>curator-framework</artifactId>
               <version>4.2.0</version>
           </dependency>
   
           <dependency>
               <groupId>org.apache.curator</groupId>
               <artifactId>curator-recipes</artifactId>
               <version>4.2.0</version>
           </dependency>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to