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

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

     [ https://issues.apache.org/jira/browse/LIVY-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Saisai Shao resolved LIVY-708.
------------------------------
    Fix Version/s: 0.7.0
         Assignee: Yiheng Wang
       Resolution: Fixed

Issue resolved by pull request 256
https://github.com/apache/incubator-livy/pull/256

> 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
>            Assignee: Yiheng Wang
>            Priority: Major
>             Fix For: 0.7.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)