You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2018/05/23 15:21:00 UTC

[jira] [Commented] (OOZIE-3185) Conflicting JARs org.apache.derby exist in Oozie

    [ https://issues.apache.org/jira/browse/OOZIE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16487459#comment-16487459 ] 

Hadoop QA commented on OOZIE-3185:
----------------------------------

PreCommit-OOZIE-Build started


> Conflicting JARs org.apache.derby exist in Oozie
> ------------------------------------------------
>
>                 Key: OOZIE-3185
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3185
>             Project: Oozie
>          Issue Type: Bug
>          Components: core
>            Reporter: PandaMonkey
>            Assignee: PandaMonkey
>            Priority: Major
>             Fix For: 5.1.0
>
>         Attachments: 0001-Fix1.patch, oozie.txt
>
>
> Hi, by analyzing oozie-master\core\pom.xml, I found that there are two versions of org.apache.derby:derby. Their introduced paths are:
> 1. org.apache.oozie:oozie-core:5.0.0-beta1::null->org.apache.derby:derby:10.10.1.1::compile
> 2. org.apache.oozie:oozie-core:5.0.0-beta1::null->org.apache.hive:hive-exec:1.2.0:core:compile->org.apache.hive:hive-metastore:1.2.0::compile->org.apache.derby:derby:10.11.1.1::compile
> Of them, org.apache.derby:derby:10.10.1.1 is the transitively introduced by org.apache.hive:hive-exec and org.apache.derby:derby:10.11.1.1 is the direct dependency. By further analyzing the source code, *we found they have too many different features*.
> Also, I found that you have already gave derby a exclusion tag when transitively introducing derby by hive-beeline to avoid dependency conflict.
> So it would be nice to keep the consistency of library version for the project long-term health, maybe *update org.apache.derby:derby from 10.10.1.1 to 10.11.1.1, or exclude derby from hive-exec* is a good choice. Hope this can help you. Thanks.



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