You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Reid Chan (Jira)" <ji...@apache.org> on 2021/05/04 09:17:00 UTC

[jira] [Commented] (HBASE-25831) [branch-1] remove thrift examples out of hbase-examples module for bypassing the thrift version check

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

Reid Chan commented on HBASE-25831:
-----------------------------------

Not really understand:
{code}
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Examples 1.7.0
[INFO] ------------------------------------------------------------------------
Downloading: https://repository.apache.org/content/repositories/releases/org/apache/hbase/hbase-thrift/1.7.0/hbase-thrift-1.7.0.pom
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/apache/hbase/hbase-thrift/1.7.0/hbase-thrift-1.7.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/hbase/hbase-thrift/1.7.0/hbase-thrift-1.7.0.pom
[WARNING] The POM for org.apache.hbase:hbase-thrift:jar:1.7.0 is missing, no dependency information available
Downloading: https://repository.apache.org/content/repositories/releases/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.pom
Downloaded: https://repository.apache.org/content/repositories/releases/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.pom (3 KB at 4.0 KB/sec)
Downloading: https://repository.apache.org/content/repositories/releases/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom
Downloaded: https://repository.apache.org/content/repositories/releases/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom (7 KB at 19.8 KB/sec)
Downloading: https://repository.apache.org/content/repositories/releases/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom
Downloaded: https://repository.apache.org/content/repositories/releases/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom (16 KB at 31.3 KB/sec)
Downloading: https://repository.apache.org/content/repositories/releases/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom
Downloaded: https://repository.apache.org/content/repositories/releases/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom (33 KB at 67.6 KB/sec)
Downloading: https://repository.apache.org/content/repositories/releases/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public-jboss/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom (15 KB at 93.0 KB/sec)
Downloading: https://repository.apache.org/content/repositories/releases/net/java/jvnet-parent/3/jvnet-parent-3.pom
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/net/java/jvnet-parent/3/jvnet-parent-3.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public-jboss/net/java/jvnet-parent/3/jvnet-parent-3.pom (5 KB at 31.2 KB/sec)
Downloading: https://repository.apache.org/content/repositories/releases/org/apache/hbase/hbase-thrift/1.7.0/hbase-thrift-1.7.0.jar
Downloading: https://repository.apache.org/content/repositories/releases/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.jar
Downloading: https://repository.apache.org/content/repositories/releases/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar
Downloaded: https://repository.apache.org/content/repositories/releases/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.jar (241 KB at 166.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/apache/hbase/hbase-thrift/1.7.0/hbase-thrift-1.7.0.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public-jboss/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (26 KB at 170.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/hbase/hbase-thrift/1.7.0/hbase-thrift-1.7.0.jar
{code}

I already removed hbase-thrift dependency from pom.xml, why here still trying to download the hbase-thrift-1.7.0.jar.  Any idea?

> [branch-1] remove thrift examples out of hbase-examples module for bypassing the thrift version check
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-25831
>                 URL: https://issues.apache.org/jira/browse/HBASE-25831
>             Project: HBase
>          Issue Type: Task
>          Components: Thrift
>            Reporter: Reid Chan
>            Assignee: Reid Chan
>            Priority: Blocker
>
> [ERROR] Failed to execute goal on project hbase-examples: Could not resolve dependencies for project org.apache.hbase:hbase-examples:jar:1.7.0: Could not find artifact org.apache.hbase:hbase-thrift:jar:1.7.0 in apache release (https://repository.apache.org/content/repositories/releases/) -> [Help 1]
> This is the msg when I tried to run make_rc.sh, we need to remove thrift related codes from hbase-examples for making release successfully.



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