You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2016/06/01 21:32:59 UTC

[jira] [Comment Edited] (HADOOP-12893) Verify LICENSE.txt and NOTICE.txt

    [ 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:32 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.



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.

> 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: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org