[
https://issues.apache.org/jira/browse/PHOENIX-5787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Istvan Toth updated PHOENIX-5787:
---------------------------------
Description:
Phoenix and hive share a lot of dependencies, starting with hadoop and hbase.
We are shading all phoenix dependencies into the phoenix-hive connector, that
regularly case classpath/version mismatch problems with hive.
Instead of trying to resolve these one by one, exclude/shade all dependencies
from phoenix-jar that are available on the hive classpath.
The most critcal of these are the hadoop and hbase transitive dependencies.
was:
Phoenix and hive share a lot of dependencies, starting with hadoop and hbase.
We are shading all phoenix dependencies into the phoenix-hive connector, that
regularly case classpath/version mismatch problems with hive.
Instead of trying to resolve these one by one, exclude all dependencies from
phoenix-jar that are available on the hive classpath
> Do not package hive dependencies into phoenix-hive jar
> ------------------------------------------------------
>
> Key: PHOENIX-5787
> URL: https://issues.apache.org/jira/browse/PHOENIX-5787
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: connectors-1.0.0
> Reporter: Istvan Toth
> Priority: Major
>
> Phoenix and hive share a lot of dependencies, starting with hadoop and hbase.
> We are shading all phoenix dependencies into the phoenix-hive connector, that
> regularly case classpath/version mismatch problems with hive.
> Instead of trying to resolve these one by one, exclude/shade all dependencies
> from phoenix-jar that are available on the hive classpath.
> The most critcal of these are the hadoop and hbase transitive dependencies.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)