You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2020/08/05 08:29:00 UTC

[jira] [Comment Edited] (PHOENIX-6053) Use shaded hadoop-client and hbase-shaded-client in phoenix-client

    [ https://issues.apache.org/jira/browse/PHOENIX-6053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17171342#comment-17171342 ] 

Istvan Toth edited comment on PHOENIX-6053 at 8/5/20, 8:28 AM:
---------------------------------------------------------------

Based on initial testing, hadoop-client-api can be substituted without problems, but using the shaded HBase artifacts cause a lot of conflicts between the shaded and unshaded (not thirdparty) guava libs.


was (Author: stoty):
Based on initial testing, haddop-client-api can be substituted without problems, but using the shaded HBase artifacts cause a lot of conflicts between the shaded and unshaded (not thirdparty) guava libs.

> Use shaded hadoop-client and hbase-shaded-client in phoenix-client
> ------------------------------------------------------------------
>
>                 Key: PHOENIX-6053
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6053
>             Project: Phoenix
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 5.1.0
>            Reporter: Istvan Toth
>            Assignee: Istvan Toth
>            Priority: Major
>
> The phoenix client is built with the unshaded Hadoop and HBase dependencies, and then relocates some (a lot) of those to declutter the client classpath.
> Try to use hadoop-client and hbase-shaded-client-byo-hadoop instead. (And keep relocating our direct dependecies)
> While this will likely further bloat the thick client JAR, it should 
>  * clean up the classpath further
>  * Would decouple most of the dependencies that Phoenix shares with Hbase/Hadoop from them.



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