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

Hadoop QA commented on HDFS-2214:
---------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12489649/HDFS-2214.patch
  against trunk revision 1155998.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  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.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/1064//console

This message is automatically generated.

> Generated POMs hardcode dependency on hadoop-common version 0.22.0-SNAPSHOT
> ---------------------------------------------------------------------------
>
>                 Key: HDFS-2214
>                 URL: https://issues.apache.org/jira/browse/HDFS-2214
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.22.0
>         Environment: RHEL 6.1 & Ubuntu 11.04; Sun JDK 1.6_016 & Sun JDK 
> 1.6.0_26; Ant 1.8.2
>            Reporter: Joep Rottinghuis
>         Attachments: HDFS-2214.patch, HDFS-2214.patch
>
>
> The generated poms inject the version of hdfs itsel, but hardcode the version 
> of hadoop-common they depend on.
> When trying to build downstream projects for example mapreduce, then they 
> will require hadoop-common-0.22.0-SNAPSHOT.jar.
> When trying to do an offline build this will fail to resolve as another 
> hadoop-common has been installed in the local maven repo.
> Even during online build, it should compile against the hadoop-common that 
> hdfs compiled against.
> When versions mismatch one cannot do a coherent build. That is particularly 
> problematic when making simultaneous change in hadoop-common and hadoop-hdfs.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to