You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "zyxxoo (Jira)" <ji...@apache.org> on 2021/07/21 06:26:00 UTC

[jira] [Comment Edited] (HBASE-26097) Resolve dependency conflicts of hbase-endpoint third-party libraries

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

zyxxoo edited comment on HBASE-26097 at 7/21/21, 6:25 AM:
----------------------------------------------------------

Hi [~stack], in version 2.0.6 of "hbase-endpoint", "ByteStringer" relies on "HBaseZeroCopyByteString", and "HBaseZeroCopyByteString" depends on "LiteralByteString". In "protobuf" version 3.5, this class is private, so an error will be reported;
This is my error stack:
 !screenshot-1.png! 


was (Author: zyxxoo):
Hi, in version 2.0.6 of "hbase-endpoint", "ByteStringer" relies on "HBaseZeroCopyByteString", and "HBaseZeroCopyByteString" depends on "LiteralByteString". In "protobuf" version 3.5, this class is private, so an error will be reported;
This is my error stack:
 !screenshot-1.png! 

> Resolve dependency conflicts of hbase-endpoint third-party libraries
> --------------------------------------------------------------------
>
>                 Key: HBASE-26097
>                 URL: https://issues.apache.org/jira/browse/HBASE-26097
>             Project: HBase
>          Issue Type: Improvement
>          Components: hbase-operator-tools
>    Affects Versions: 2.0.0, 2.0.6
>            Reporter: zyxxoo
>            Priority: Major
>             Fix For: 2.0.6
>
>         Attachments: screenshot-1.png
>
>
> Hi, Our project uses “hbase-endpoint”, but the protobuf version is 2.5 version, which conflicts with 3.0 in our project. I want to merge into a "hbase-shaded-endpoint" submission to resolve "hbase-endpoint" dependency issue of version 2.0



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