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

Hudson commented on HADOOP-8278:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1168 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1168/])
    HADOOP-8278. Make sure components declare correct set of dependencies. 
(Revision 1373574)

     Result = FAILURE
tomwhite : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1373574
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-annotations/pom.xml
* /hadoop/common/trunk/hadoop-common-project/hadoop-auth-examples/pom.xml
* /hadoop/common/trunk/hadoop-common-project/hadoop-auth/pom.xml
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/pom.xml
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFsShellReturnCode.java
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/pom.xml
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/contrib/bkjournal/pom.xml
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestEditLog.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestAtomicFileOutputStream.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/pom.xml
* /hadoop/common/trunk/pom.xml

                
> Make sure components declare correct set of dependencies
> --------------------------------------------------------
>
>                 Key: HADOOP-8278
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8278
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 2.1.0-alpha
>
>         Attachments: HADOOP-8278.patch, HADOOP-8278.patch, HADOOP-8278.patch, 
> HADOOP-8278.patch, HADOOP-8278.patch, HADOOP-8278.patch
>
>
> As mentioned by Scott Carey in 
> https://issues.apache.org/jira/browse/MAPREDUCE-3378?focusedCommentId=13173437&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13173437,
>  we need to make sure that components are declaring the correct set of 
> dependencies. In current trunk there are errors of omission and commission 
> (as reported by 'mvn dependency:analyze'):
> * "Used undeclared dependencies" - these are dependencies that are being met 
> transitively. They should be added explicitly as "compile" or "provided" 
> scope.
> * "Unused declared dependencies" - these are dependencies that are not needed 
> for compilation, although they may be needed at runtime. They certainly 
> should not be "compile" scope - they should either be removed or marked as 
> "runtime" or "test" scope.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to