[
https://issues.apache.org/jira/browse/NIFI-9248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Burgess updated NIFI-9248:
-------------------------------
Fix Version/s: 1.15.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> 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
> Fix For: 1.15.0
>
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> 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)