You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Denes Arvay (Jira)" <ji...@apache.org> on 2021/09/26 18:56:00 UTC

[jira] [Assigned] (NIFI-9248) Use hive-exec:core instead of the "regular" hive-exec dependency

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

Denes Arvay reassigned NIFI-9248:
---------------------------------

    Assignee: Denes Arvay

> Use hive-exec:core instead of the "regular" hive-exec dependency
> ----------------------------------------------------------------
>
>                 Key: NIFI-9248
>                 URL: https://issues.apache.org/jira/browse/NIFI-9248
>             Project: Apache NiFi
>          Issue Type: Task
>            Reporter: Denes Arvay
>            Assignee: Denes Arvay
>            Priority: Major
>
> The regular hive-exec jar is a fat jar containing a number of 3rd party dependencies without proper shading [1].
> This can lead to version collisions as it did in a recent PR [2].
> The "core" classifier version of hive-exec doesn't contain the dependencies, using that solves the issue but the missing dependencies need to be referenced explicitly.
> [1] https://github.com/apache/hive/blob/rel/release-3.1.2/ql/pom.xml#L925-L961
> [2] https://github.com/apache/nifi/pull/5358/checks



--
This message was sent by Atlassian Jira
(v8.3.4#803005)