[
https://issues.apache.org/jira/browse/LIVY-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18050929#comment-18050929
]
Edward Capriolo commented on LIVY-1029:
---------------------------------------
https://github.com/apache/incubator-livy/pull/505
> Update curator and zookeeper deps
> ---------------------------------
>
> Key: LIVY-1029
> URL: https://issues.apache.org/jira/browse/LIVY-1029
> Project: Livy
> Issue Type: Improvement
> Reporter: Edward Capriolo
> Assignee: Edward Capriolo
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Livy uses curator and zookeeper as YARN uses for a state store: The
> dependencies are old and have OSS issues:
> We should be able to upgrade these without drastic code refactoring.
> {code:java}
> - <curator.version>2.7.1</curator.version>
> - <zookeeper.version>3.4.6</zookeeper.version>
> + <curator.version>5.9.0</curator.version>
> + <zookeeper.version>3.9.4</zookeeper.version> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)