You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@livy.apache.org by "Yiheng Wang (Jira)" <ji...@apache.org> on 2019/11/07 12:14:00 UTC

[jira] [Created] (LIVY-708) The version of curator jars are not aligned

Yiheng Wang created LIVY-708:
--------------------------------

             Summary: The version of curator jars are not aligned
                 Key: LIVY-708
                 URL: https://issues.apache.org/jira/browse/LIVY-708
             Project: Livy
          Issue Type: Bug
          Components: Server
    Affects Versions: 0.6.0
            Reporter: Yiheng Wang


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: 
{code:bash}
org.apache.curator.utils.PathUtils.validatePath(Ljava/lang/String;)V
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)