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

ASF GitHub Bot commented on OOZIE-3185:
---------------------------------------

GitHub user PandaMonkey opened a pull request:

    https://github.com/apache/oozie/pull/35

    [OOZIE-3185]

    align version

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/PandaMonkey/oozie master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/oozie/pull/35.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #35
    
----
commit a46364f3c1a00b8b319d48a23b65fbf0911d0f3f
Author: PandaMonkey <36159621+pandamonkey@...>
Date:   2018-02-24T07:44:25Z

    Update pom.xml

commit 2560fbebb876dee3624a0de51b067d0a8ad3b791
Author: PandaMonkey <36159621+pandamonkey@...>
Date:   2018-02-24T08:04:17Z

    Update pom.xml

----


> 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
>    Affects Versions: 5.0.0b1
>            Reporter: PandaMonkey
>            Priority: Major
>             Fix For: 5.0.0
>
>         Attachments: 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)

Reply via email to