You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Laszlo Bodor (JIRA)" <ji...@apache.org> on 2019/03/13 15:05:00 UTC

[jira] [Comment Edited] (HIVE-21048) Remove needless org.mortbay.jetty from hadoop exclusions

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

Laszlo Bodor edited comment on HIVE-21048 at 3/13/19 3:04 PM:
--------------------------------------------------------------

finally, it seems like druid test failures are related...taking a look at them

druid extensions are related with old org.mortbay transitively through avro
{code}
[INFO] +- org.apache.druid.extensions:druid-avro-extensions:jar:0.13.0-incubating:compile
[INFO] |  +- org.apache.avro:avro:jar:1.8.2:compile
[INFO] |  |  \- com.thoughtworks.paranamer:paranamer:jar:2.7:compile
[INFO] |  +- org.apache.avro:avro-mapred:jar:hadoop2:1.8.2:compile
[INFO] |  |  \- org.apache.avro:avro-ipc:jar:1.8.2:compile
[INFO] |  |     +- org.mortbay.jetty:jetty:jar:6.1.26:compile
[INFO] |  |     +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
{code}


was (Author: abstractdog):
finally, it seems like druid test failures are related...taking a look at them

> 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, 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)