You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Zoltan Haindrich (JIRA)" <ji...@apache.org> on 2019/07/02 06:19:00 UTC

[jira] [Updated] (HIVE-21887) Multiple implementations of PersistenceManager are on the classpath

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

Zoltan Haindrich updated HIVE-21887:
------------------------------------
    Attachment: HIVE-21887.01.patch

> Multiple implementations of PersistenceManager are on the classpath
> -------------------------------------------------------------------
>
>                 Key: HIVE-21887
>                 URL: https://issues.apache.org/jira/browse/HIVE-21887
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Zoltan Haindrich
>            Assignee: Zoltan Haindrich
>            Priority: Major
>         Attachments: HIVE-21887.01.patch, HIVE-21887.01.patch, HIVE-21887.01.patch
>
>
> While writing some test I've just bumped into that PersistenceManager is not always AutoCloseable ; however when I was using it from the metastore it was.
> it turned out that:
> * 'standalone-metastore' uses: org.datanucleus:javax.jdo:3.2.0-m3
> * 'metastore' uses: javax.jdo:jdo-api:3.0.1
> the problem is that both dependency contains the jdo api; and sometimes jdo-api is earlier on the classpath



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)