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 E605F200B32 for ; Thu, 23 Jun 2016 14:58:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E4B4E160A69; Thu, 23 Jun 2016 12:58:18 +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 406C2160A68 for ; Thu, 23 Jun 2016 14:58:18 +0200 (CEST) Received: (qmail 83326 invoked by uid 500); 23 Jun 2016 12:58:17 -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 83071 invoked by uid 99); 23 Jun 2016 12:58:17 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2016 12:58:17 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DE81F2C1F72 for ; Thu, 23 Jun 2016 12:58:16 +0000 (UTC) Date: Thu, 23 Jun 2016 12:58:16 +0000 (UTC) From: "Sean Busbey (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-13297) hadoop-common module depends on hadoop-build-tools module, but the modules are not ordered correctly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 23 Jun 2016 12:58:19 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15346384#comment-15346384 ] Sean Busbey commented on HADOOP-13297: -------------------------------------- I had not started yet. If you'd like to take over, I'd be happy to help review or answer questions as they come up. > hadoop-common module depends on hadoop-build-tools module, but the modules are not ordered correctly > ---------------------------------------------------------------------------------------------------- > > Key: HADOOP-13297 > URL: https://issues.apache.org/jira/browse/HADOOP-13297 > Project: Hadoop Common > Issue Type: Bug > Components: build > Affects Versions: 2.7.3, 2.6.5 > Reporter: Akira Ajisaka > Assignee: Sean Busbey > Priority: Blocker > > After HADOOP-12893, we are seeing {{mvn install -DskipTests}} failing in branch-2.7, branch-2.7.3, and branch-2.6. This failure is caused by the followings > * hadoop-project module depends on hadoop-build-tools module, but hadoop-project module does not declare hadoop-build-tools as its submodule. Therefore, hadoop-build-tools is not built before building hadoop-project. > * hadoop-build-tools pom and jar are not uploaded to the snapshot repository (https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-build-tools/) > The build failure occurs if the *both* of the above conditions are satisfied. -- 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