Denes Arvay created NIFI-9248:
---------------------------------
Summary: 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
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)