Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C089018B51 for ; Wed, 13 May 2015 16:39:18 +0000 (UTC) Received: (qmail 63088 invoked by uid 500); 13 May 2015 16:39:17 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 63000 invoked by uid 500); 13 May 2015 16:39:17 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 62989 invoked by uid 99); 13 May 2015 16:39:17 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2015 16:39:17 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 7F8E2182369 for ; Wed, 13 May 2015 16:39:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.001 X-Spam-Level: ** X-Spam-Status: No, score=2.001 tagged_above=-999 required=6.31 tests=[FSL_HELO_BARE_IP_2=2, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Vp-vLFOsfhNV for ; Wed, 13 May 2015 16:39:04 +0000 (UTC) Received: from relayvx12c.securemail.intermedia.net (relayvx12c.securemail.intermedia.net [64.78.52.187]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 2567124CE5 for ; Wed, 13 May 2015 16:39:03 +0000 (UTC) Received: from securemail.intermedia.net (localhost [127.0.0.1]) by emg-ca-1-2.localdomain (Postfix) with ESMTP id 8F36C53DFC; Wed, 13 May 2015 09:39:02 -0700 (PDT) Subject: Re: HADOOP-9279 still not fixed, needs reopening MIME-Version: 1.0 x-echoworx-emg-received: Wed, 13 May 2015 09:39:02.571 -0700 x-echoworx-msg-id: bb090bfd-3623-45d3-9175-b4db518a574c x-echoworx-action: delivered Received: from 10.254.155.17 ([10.254.155.17]) by emg-ca-1-2 (JAMES SMTP Server 2.3.2) with SMTP ID 607; Wed, 13 May 2015 09:39:02 -0700 (PDT) Received: from MBX080-W4-CO-2.exch080.serverpod.net (unknown [10.224.117.102]) by emg-ca-1-2.localdomain (Postfix) with ESMTP id 6412B53DFC; Wed, 13 May 2015 09:39:02 -0700 (PDT) Received: from MBX080-W4-CO-2.exch080.serverpod.net (10.224.117.102) by MBX080-W4-CO-2.exch080.serverpod.net (10.224.117.102) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Wed, 13 May 2015 09:38:56 -0700 Received: from MBX080-W4-CO-2.exch080.serverpod.net ([10.224.117.102]) by mbx080-w4-co-2.exch080.serverpod.net ([10.224.117.102]) with mapi id 15.00.1044.021; Wed, 13 May 2015 09:38:56 -0700 From: Chris Nauroth To: Alan Burlison , "common-dev@hadoop.apache.org" Thread-Topic: HADOOP-9279 still not fixed, needs reopening Thread-Index: AQHQjW4fWnUiQxWGZUm9sVsFEqrUdJ16DxIAgAB/CwD//42gAA== Date: Wed, 13 May 2015 16:38:55 +0000 Message-ID: References: <55533205.7000803@oracle.com> <55537BA0.8000401@oracle.com> In-Reply-To: <55537BA0.8000401@oracle.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [50.181.140.32] x-source-routing-agent: Processed Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable I usually tell people starting fresh to do "mvn clean install -Pnative -DskipTests" as a first step. That's a good validation of your build environment, and it will put a SNAPSHOT version of each sub-module into your local Maven repository. After that, you can do smaller incremental builds by cd'ing into hadoop-hdfs or hadoop-yarn-server-nodemanager or anything else and running things like "mvn test" for just that sub-module. --Chris Nauroth On 5/13/15, 9:28 AM, "Alan Burlison" wrote: >On 13/05/2015 16:53, Chris Nauroth wrote: > >> Last time I checked, this was particular to "mvn compile" and would not >> occur for other kinds of builds from the root of the source tree like >>"mvn >> test" or "mvn package". This is a Maven behavior that is unavoidable >> unless we pull hadoop-maven-plugins out into its own project separate >>from >> the Hadoop source tree, which is something the community already decided >> against. We can only document the behavior. > >Thanks for the explanation, I've added a comment to HADOOP-9279 to that >effect. What's the best recommended target for someone to use when >starting from scratch, test? > >> Please feel free to file a new issue if you'd like to see this clarified >> in BUILDING.txt. We'd welcome a patch if you want to provide one. >>Thanks! > >Yes, I'll do that. > >--=20 >Alan Burlison >--