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

Stig Rohde Døssing edited comment on HBASE-14208 at 3/8/19 1:03 PM:
--------------------------------------------------------------------

This fix is causing me issues.

I have a project depending on hbase-client 1.4.4, which I'd like to upgrade to 
2.1.3. My project uses TokenUtil (specifically obtainAndCacheToken), which is 
included in hbase-client 1.4.4. At the same time I also have a dependency on 
Jetty 9.4, which is incompatible with the current version used by Hadoop. I can 
fix this for hbase-client by using hbase-shaded-client instead, since Jetty is 
shaded in this jar, but TokenUtil is only present in hbase-server as of 2.0.0. 
Since there is no hbase-shaded-server, I can't use TokenUtil and Jetty 9.4 at 
the same time.

Would it be possible to move either TokenUtil back to hbase-client, or move the 
part that doesn't require MR into hbase-client, and leave the MR parts in 
hbase-server?


was (Author: srdo):
This fix is causing me issues.

I have a project depending on hbase-client 1.4.4, which I'd like to upgrade to 
2.1.3. My project uses TokenUtil (specifically obtainAndCacheToken), which is 
included in hbase-client 1.4.4. At the same time I also have a dependency on 
Jetty 9.4, which is incompatible with the current version used by Hadoop. I can 
fix this for hbase-client by using hbase-shaded-client instead, since Jetty is 
shaded in this jar, but TokenUtil is only present in hbase-server as of 2.0.0. 
Since there is no hbase-shaded-server, I can't use TokenUtil and Jetty 9.4 at 
the same time.

Would it be possible to move either TokenUtil back to hbase-client, or move the 
part requiring MR into hbase-client, and leave the MR parts in hbase-server?

> Remove yarn dependencies on -common and -client
> -----------------------------------------------
>
>                 Key: HBASE-14208
>                 URL: https://issues.apache.org/jira/browse/HBASE-14208
>             Project: HBase
>          Issue Type: Bug
>          Components: build, Client
>    Affects Versions: 2.0.0
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>            Priority: Major
>             Fix For: 2.0.0
>
>         Attachments: HBASE-14208-v1.patch, HBASE-14208.patch
>
>
> They aren't really needed since MR can't be used without server.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to