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

Sean Busbey commented on HBASE-16403:
-------------------------------------

the shaded client does relocation, so using it should be fine. Additionally, we 
keep our dependency for guava at an old version (and matching our earliest 
supported Hadoop) to avoid accidentally using features that require a newer 
version. Note that this particular issue is obviated in HBase 1.3+ by 
HBASE-14963. After that change we don't actually use guava in the client at 
all; you can simply exclude our version.

> Upgrade guava version to the lastest one(19.0)
> ----------------------------------------------
>
>                 Key: HBASE-16403
>                 URL: https://issues.apache.org/jira/browse/HBASE-16403
>             Project: HBase
>          Issue Type: Improvement
>          Components: API, Client
>    Affects Versions: 1.1.4
>            Reporter: lihongzhe
>
> HBase client use the guava version 12.0.1, while elasticsearch sdk use the 
> version 18+. It makes conflict, cause the constructor of StopWatch class is 
> not public now.
> We have to choose the es rest api to resolve the conflict.  Why not try to 
> upgrade our dependency versions?
> thx.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to