You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "tushengxia (Jira)" <ji...@apache.org> on 2020/09/27 03:54:00 UTC

[jira] [Created] (HBASE-25101) Found duplicate classes/resources in hbase-protocol-shaded 2.3.2, hbase-protocol 2.3.2

tushengxia created HBASE-25101:
----------------------------------

             Summary: Found duplicate classes/resources in hbase-protocol-shaded 2.3.2, hbase-protocol 2.3.2
                 Key: HBASE-25101
                 URL: https://issues.apache.org/jira/browse/HBASE-25101
             Project: HBase
          Issue Type: Bug
          Components: Client
    Affects Versions: 2.3.2
         Environment: ubuntu
            Reporter: tushengxia


i want to use hbase client to connector hbase, when i add dependency in pom.xml, 

<dependency>

 <groupId>org.apache.hbase</groupId>

<artifactId>hbase-client</artifactId>

</dependency>

It will report error when mvn clean install, 

[WARNING]Found duplicate and different resources in [org.apche.hbase:hbase-protocol-shaded:2.3.2, org.apche.hbase:hbase-protocol:2.3.2]:

[WARNING]AccessControl.proto

[WARNING]Admin.proto

……



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