You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2022/04/20 07:53:00 UTC

[jira] [Commented] (HBASE-26906) Remove duplicate dependency declaration

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

Hudson commented on HBASE-26906:
--------------------------------

Results for branch branch-2
	[build #520 on builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/520/]: (x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/520/General_20Nightly_20Build_20Report/]




(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/520/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]


(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/520/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/520/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(x) {color:red}-1 client integration test{color}
--Failed when running client tests on top of Hadoop 2. [see log for details|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/520//artifact/output-integration/hadoop-2.log]. (note that this means we didn't run on Hadoop 3)


> Remove duplicate dependency declaration
> ---------------------------------------
>
>                 Key: HBASE-26906
>                 URL: https://issues.apache.org/jira/browse/HBASE-26906
>             Project: HBase
>          Issue Type: Task
>          Components: build
>    Affects Versions: 2.5.0, 2.6.0
>            Reporter: Nick Dimiduk
>            Assignee: Nick Dimiduk
>            Priority: Major
>             Fix For: 2.5.0
>
>
> On branch-2 derivatives, I noticed on PR builds of JDK11+Hadoop3 that running tests with {{-pl}} results in a warning from maven
> {noformat}
> [WARNING]                                                                                                                                                                                                   
> [WARNING] Some problems were encountered while building the effective model for org.apache.hbase:hbase-build-configuration:pom:2.6.0-SNAPSHOT                                                               
> [WARNING] 'profiles.profile[hadoop-3.0].dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.hadoop:hadoop-mapreduce-client-app:test-jar -> duplica
> te declaration of version ${hadoop-three.version} @ org.apache.hbase:hbase:2.6.0-SNAPSHOT, /Users/ndimiduk/repos/apache/hbase/pom.xml, line 3816, column 23                                                 
> [WARNING]                                                                                                                                                                                                   
> [WARNING] Some problems were encountered while building the effective model for org.apache.hbase:hbase:pom:2.6.0-SNAPSHOT                                                                                   
> [WARNING] 'profiles.profile[hadoop-3.0].dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.hadoop:hadoop-mapreduce-client-app:test-jar -> duplica
> te declaration of version ${hadoop-three.version} @ line 3816, column 23                                                                                                                                    
> [WARNING]                                                                                                                                                                                                   
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.                                                                                                 
> [WARNING]                                                                                                                                                                                                   
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.                                                                                                  
> [WARNING] 
> {noformat}
> I _think_ they're harmless, but we should clean them up.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)