[jira] [Commented] (HADOOP-8793) hadoop-core has dependencies on two different versions of commons-httpclient

2015-05-01 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14524731#comment-14524731
 ] 

Hadoop QA commented on HADOOP-8793:
---

\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:red}-1{color} | patch |   0m  0s | The patch command could not apply 
the patch during dryrun. |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL | 
http://issues.apache.org/jira/secure/attachment/12581868/HADOOP-8793.patch |
| Optional Tests | javadoc javac unit |
| git revision | trunk / f1a152c |
| Console output | 
https://builds.apache.org/job/PreCommit-HADOOP-Build/6317/console |


This message was automatically generated.

 hadoop-core has dependencies on two different versions of commons-httpclient
 

 Key: HADOOP-8793
 URL: https://issues.apache.org/jira/browse/HADOOP-8793
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 0.20.205.0
 Environment: Seen on 0.20.205.0, but may be an issue for other 
 versions of hadoop-core (and probably other hadoop builds)
Reporter: Christopher Tubbs
Priority: Critical
  Labels: convergence, dependency, hadoop, httpclient, maven
 Attachments: HADOOP-8793.patch


 hadoop-core fails to enforce dependency convergence, resulting in potential 
 conflicts.
 At the very least, there appears to be a direct dependency on
 {code}commons-httpclient:commons-httpclient:3.0.1{code}
 but a transitive dependency on
 {code}commons-httpclient:commons-httpclient:3.1{code}
 via
 {code}net.java.dev.jets3t:jets3t:0.7.1{code}
 See 
 http://maven.apache.org/enforcer/enforcer-rules/dependencyConvergence.html 
 for details on how to enforce dependency convergence in Maven.
 Please enforce dependency convergence... it helps projects that depend on 
 hadoop libraries build much more reliably and safely.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HADOOP-8793) hadoop-core has dependencies on two different versions of commons-httpclient

2013-05-06 Thread Steven Yates (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13649641#comment-13649641
 ] 

Steven Yates commented on HADOOP-8793:
--

Please see patch attached.

Functionally version 1.0 of the Maven enforcer plugin does not currently 
support dependency convergence. This patch upgrades the enforcer plugin to 
version 1.2 and enforces convergence on unique versions i.e Snapshot timestamps 
should also be enforced.

We need to be careful what we wish for, it didn't take long before particular 
libraries began to fail convergence

Dependency convergence error for org.codehaus.plexus:plexus-utils:2.0.4 paths 
to dependency are:
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-plugin-api:3.0
+-org.apache.maven:maven-model:3.0
  +-org.codehaus.plexus:plexus-utils:2.0.4
and
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-plugin-api:3.0
+-org.apache.maven:maven-artifact:3.0
  +-org.codehaus.plexus:plexus-utils:2.0.4
and
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-plugin-api:3.0
+-org.sonatype.sisu:sisu-inject-plexus:1.4.2
  +-org.codehaus.plexus:plexus-utils:2.0.5
and
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-core:3.0
+-org.apache.maven:maven-settings:3.0
  +-org.codehaus.plexus:plexus-utils:2.0.4
and
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-core:3.0
+-org.apache.maven:maven-settings-builder:3.0
  +-org.codehaus.plexus:plexus-utils:2.0.4
and
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-core:3.0
+-org.apache.maven:maven-repository-metadata:3.0
  +-org.codehaus.plexus:plexus-utils:2.0.4
and
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-core:3.0
+-org.apache.maven:maven-model-builder:3.0
  +-org.codehaus.plexus:plexus-utils:2.0.4
and
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-core:3.0
+-org.codehaus.plexus:plexus-utils:2.0.4
and
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-core:3.0
+-org.sonatype.plexus:plexus-sec-dispatcher:1.3
  +-org.codehaus.plexus:plexus-utils:1.5.5

[WARNING] 
Dependency convergence error for 
org.codehaus.plexus:plexus-component-annotations:1.5.4 paths to dependency are:
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-plugin-api:3.0
+-org.sonatype.sisu:sisu-inject-plexus:1.4.2
  +-org.codehaus.plexus:plexus-component-annotations:1.5.4
and
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-core:3.0
+-org.apache.maven:maven-settings-builder:3.0
  +-org.codehaus.plexus:plexus-component-annotations:1.5.5
and
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-core:3.0
+-org.apache.maven:maven-model-builder:3.0
  +-org.codehaus.plexus:plexus-component-annotations:1.5.5
and
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-core:3.0
+-org.apache.maven:maven-aether-provider:3.0
  +-org.codehaus.plexus:plexus-component-annotations:1.5.5
and
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-core:3.0
+-org.codehaus.plexus:plexus-component-annotations:1.5.5

[WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireUpperBoundDeps 
failed with message:
Failed while enforcing RequireUpperBoundDeps. The error(s) are [
Require upper bound dependencies error for 
org.codehaus.plexus:plexus-utils:2.0.4 paths to dependency are:
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-core:3.0
+-org.codehaus.plexus:plexus-utils:2.0.4
and
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-plugin-api:3.0
+-org.apache.maven:maven-model:3.0
  +-org.codehaus.plexus:plexus-utils:2.0.4
and
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-plugin-api:3.0
+-org.apache.maven:maven-artifact:3.0
  +-org.codehaus.plexus:plexus-utils:2.0.4
and
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-plugin-api:3.0
+-org.sonatype.sisu:sisu-inject-plexus:1.4.2
  +-org.codehaus.plexus:plexus-utils:2.0.5
and
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-core:3.0
+-org.apache.maven:maven-settings:3.0
  +-org.codehaus.plexus:plexus-utils:2.0.4
and
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  +-org.apache.maven:maven-core:3.0
+-org.apache.maven:maven-settings-builder:3.0
  +-org.codehaus.plexus:plexus-utils:2.0.4
and
+-org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT
  

[jira] [Commented] (HADOOP-8793) hadoop-core has dependencies on two different versions of commons-httpclient

2013-05-06 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13650305#comment-13650305
 ] 

Hadoop QA commented on HADOOP-8793:
---

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12581868/HADOOP-8793.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in .

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/2515//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/2515//console

This message is automatically generated.

 hadoop-core has dependencies on two different versions of commons-httpclient
 

 Key: HADOOP-8793
 URL: https://issues.apache.org/jira/browse/HADOOP-8793
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 0.20.205.0
 Environment: Seen on 0.20.205.0, but may be an issue for other 
 versions of hadoop-core (and probably other hadoop builds)
Reporter: Christopher Tubbs
Priority: Critical
  Labels: convergence, dependency, hadoop, httpclient, maven
 Attachments: HADOOP-8793.patch


 hadoop-core fails to enforce dependency convergence, resulting in potential 
 conflicts.
 At the very least, there appears to be a direct dependency on
 {code}commons-httpclient:commons-httpclient:3.0.1{code}
 but a transitive dependency on
 {code}commons-httpclient:commons-httpclient:3.1{code}
 via
 {code}net.java.dev.jets3t:jets3t:0.7.1{code}
 See 
 http://maven.apache.org/enforcer/enforcer-rules/dependencyConvergence.html 
 for details on how to enforce dependency convergence in Maven.
 Please enforce dependency convergence... it helps projects that depend on 
 hadoop libraries build much more reliably and safely.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-8793) hadoop-core has dependencies on two different versions of commons-httpclient

2013-05-06 Thread Steven Yates (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13650372#comment-13650372
 ] 

Steven Yates commented on HADOOP-8793:
--

Hello QA, you are correct, the only change made within this patch is the 
following line within the root pom.xml file.

I seek the team's guidance on how to test this.

 hadoop-core has dependencies on two different versions of commons-httpclient
 

 Key: HADOOP-8793
 URL: https://issues.apache.org/jira/browse/HADOOP-8793
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 0.20.205.0
 Environment: Seen on 0.20.205.0, but may be an issue for other 
 versions of hadoop-core (and probably other hadoop builds)
Reporter: Christopher Tubbs
Priority: Critical
  Labels: convergence, dependency, hadoop, httpclient, maven
 Attachments: HADOOP-8793.patch


 hadoop-core fails to enforce dependency convergence, resulting in potential 
 conflicts.
 At the very least, there appears to be a direct dependency on
 {code}commons-httpclient:commons-httpclient:3.0.1{code}
 but a transitive dependency on
 {code}commons-httpclient:commons-httpclient:3.1{code}
 via
 {code}net.java.dev.jets3t:jets3t:0.7.1{code}
 See 
 http://maven.apache.org/enforcer/enforcer-rules/dependencyConvergence.html 
 for details on how to enforce dependency convergence in Maven.
 Please enforce dependency convergence... it helps projects that depend on 
 hadoop libraries build much more reliably and safely.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-8793) hadoop-core has dependencies on two different versions of commons-httpclient

2013-05-06 Thread Steven Yates (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13650374#comment-13650374
 ] 

Steven Yates commented on HADOOP-8793:
--

DependencyConvergence
uniqueVersionstrue/uniqueVersions
  /DependencyConvergence

 hadoop-core has dependencies on two different versions of commons-httpclient
 

 Key: HADOOP-8793
 URL: https://issues.apache.org/jira/browse/HADOOP-8793
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 0.20.205.0
 Environment: Seen on 0.20.205.0, but may be an issue for other 
 versions of hadoop-core (and probably other hadoop builds)
Reporter: Christopher Tubbs
Priority: Critical
  Labels: convergence, dependency, hadoop, httpclient, maven
 Attachments: HADOOP-8793.patch


 hadoop-core fails to enforce dependency convergence, resulting in potential 
 conflicts.
 At the very least, there appears to be a direct dependency on
 {code}commons-httpclient:commons-httpclient:3.0.1{code}
 but a transitive dependency on
 {code}commons-httpclient:commons-httpclient:3.1{code}
 via
 {code}net.java.dev.jets3t:jets3t:0.7.1{code}
 See 
 http://maven.apache.org/enforcer/enforcer-rules/dependencyConvergence.html 
 for details on how to enforce dependency convergence in Maven.
 Please enforce dependency convergence... it helps projects that depend on 
 hadoop libraries build much more reliably and safely.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira