You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Stig Rohde Døssing (JIRA)" <ji...@apache.org> on 2019/03/08 13:02:00 UTC

[jira] [Commented] (HBASE-14208) Remove yarn dependencies on -common and -client

    [ 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 commented on HBASE-14208:
--------------------------------------------

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)