Description
Hive's druid storage handler uses 2.8.1 version of the joda time library where as the phoenix-hive.jar uses 1.6 version of this library. When both jars are in the classpath, bad things happen.
Apache phoenix has its own release cycle and them uptaking a new version is not what hive should count on. Besides they could decide to move to a new version of this library and we would still have this problem.
So its best we use shaded jars in hive for the version we are on.
Attachments
Issue Links
- is blocked by
-
HIVE-22078 Upgrade arrow version to 0.14.1
- Open
- relates to
-
HIVE-22390 Remove Dependency on JODA Time Library
- Open
-
PHOENIX-5422 Use Java8 DateTime APIs instead of joda-time APIs
- Patch Available
- links to