Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 689F12009E2 for ; Wed, 1 Jun 2016 23:35:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 67173160A4C; Wed, 1 Jun 2016 21:35:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AC70B160A45 for ; Wed, 1 Jun 2016 23:35:05 +0200 (CEST) Received: (qmail 32798 invoked by uid 500); 1 Jun 2016 21:34:59 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 32704 invoked by uid 99); 1 Jun 2016 21:34:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2016 21:34:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8B09D2C1F74 for ; Wed, 1 Jun 2016 21:34:59 +0000 (UTC) Date: Wed, 1 Jun 2016 21:34:59 +0000 (UTC) From: "Allen Wittenauer (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HADOOP-12893) Verify LICENSE.txt and NOTICE.txt MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 01 Jun 2016 21:35:06 -0000 [ 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: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org