You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@livy.apache.org by GitBox <gi...@apache.org> on 2019/11/07 12:21:24 UTC

[GitHub] [incubator-livy] yiheng opened a new pull request #256: [LIVY-708][Server] Align curator jars version

yiheng opened a new pull request #256: [LIVY-708][Server] Align curator jars version
URL: https://github.com/apache/incubator-livy/pull/256
 
 
   ## What changes were proposed in this pull request?
   Livy server has dependency of Apache Curator through hadoop client. However, the versions of the curator jars are not aligned. Here're the curator jars after build
   
   * curator-client-2.7.1.jar
   * curator-framework-2.7.1.jar
   * curator-recipes-2.6.0.jar
   This will cause Method not found issue in some case:
   ```
   Exception in thread "main" java.lang.NoSuchMethodError:
   org.apache.curator.utils.PathUtils.validatePath(Ljava/lang/String;)V
   ```
   This patch specify the version of curator-recipes to 2.7.1. 
   
   ## How was this patch tested?
   Manually test in the env where no such method exception are thrown.
   Existing UT/IT
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services