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

Allen Wittenauer edited comment on HADOOP-12893 at 6/1/16 9:34 PM:
-------------------------------------------------------------------

I'm guessing the dependencies are in the wrong order, which is why yetus 
rejected it:

{code}
C: hadoop-project hadoop-project-dist . hadoop-resource-bundle
{code}

If hadoop-project and hadoop-project-dist require hadoop-resource-bundle, then 
that needs to be dealt with before this gets committed.

EDIT:

Yup, maven is having problems with that module:

https://builds.apache.org/job/PreCommit-HADOOP-Build/9630/artifact/patchprocess/maven-patch-validate-root.txt

As a result, Yetus can't figure out the order properly so tacks it onto the 
end, thus breaking the build when trying to do the dependencies for individual 
modules.

FWIW, Yetus' maven dependency bits expects *something* to generate a line that 
ends in '@ module-name' so that it can properly order bits.


was (Author: aw):
I'm guessing the dependencies are in the wrong order, which is why yetus 
rejected it:

{code}
C: hadoop-project hadoop-project-dist . hadoop-resource-bundle
{code}

If hadoop-project and hadoop-project-dist require hadoop-resource-bundle, then 
that needs to be dealt with before this gets committed.

EDIT:

Yup, maven is having problems with that module:

https://builds.apache.org/job/PreCommit-HADOOP-Build/9630/artifact/patchprocess/maven-patch-validate-root.txt

As a result, Yetus can't figure out the order properly so tacks it onto the 
end, thus breaking the build when trying to do the dependencies for individual 
modules.


> Verify LICENSE.txt and NOTICE.txt
> ---------------------------------
>
>                 Key: HADOOP-12893
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12893
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 2.8.0, 2.7.3, 2.6.5, 3.0.0-alpha1
>            Reporter: Allen Wittenauer
>            Assignee: Xiao Chen
>            Priority: Blocker
>         Attachments: HADOOP-12893.002.patch, HADOOP-12893.003.patch, 
> HADOOP-12893.004.patch, HADOOP-12893.005.patch, HADOOP-12893.006.patch, 
> HADOOP-12893.007.patch, HADOOP-12893.008.patch, HADOOP-12893.01.patch
>
>
> We have many bundled dependencies in both the source and the binary artifacts 
> that are not in LICENSE.txt and NOTICE.txt.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to