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

Laszlo Bodor edited comment on HIVE-21048 at 3/14/19 12:17 PM:
---------------------------------------------------------------

yes, according to the dependency tree, excluding org.mortbay.* packages made 
sense when there was a possibility of having 2 different jetty packages at the 
same time, but currently, there are no direct or transitive org.mortbay.jetty 
dependencies found in the affected modules...except, in llap-tez, so I'm 
uploading 11.patch which doesn't remove that exclusion

checked with
{code}
 mvn dependency:tree -pl common -pl hcatalog -pl jdbc -pl llap-tez -pl ql -pl 
service | tee dep.log
{code}


was (Author: abstractdog):
yes, according to the dependency tree, excluding org.mortbay.* packages made 
sense when there was a possibility of having 2 different jetty packages at the 
same time, but currently, there are no direct or transitive org.mortbay.jetty 
dependencies found in the affected modules...except, in llap-tez, so I'm 
uploading 11.patch which doesn't remove that exclusion

> Remove needless org.mortbay.jetty from hadoop exclusions
> --------------------------------------------------------
>
>                 Key: HIVE-21048
>                 URL: https://issues.apache.org/jira/browse/HIVE-21048
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Laszlo Bodor
>            Assignee: Laszlo Bodor
>            Priority: Major
>         Attachments: HIVE-21048.01.patch, HIVE-21048.02.patch, 
> HIVE-21048.03.patch, HIVE-21048.04.patch, HIVE-21048.05.patch, 
> HIVE-21048.06.patch, HIVE-21048.07.patch, HIVE-21048.08.patch, 
> HIVE-21048.08.patch, HIVE-21048.09.patch, HIVE-21048.10.patch, dep.out
>
>
> During HIVE-20638 i found that org.mortbay.jetty exclusions from e.g. hadoop 
> don't take effect, as the actual groupId of jetty is org.eclipse.jetty for 
> most of the current projects, please find attachment (example for hive 
> commons project).
> https://en.wikipedia.org/wiki/Jetty_(web_server)#History



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

Reply via email to