Return-Path: X-Original-To: apmail-hadoop-general-archive@minotaur.apache.org Delivered-To: apmail-hadoop-general-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 15E4461BA for ; Sat, 30 Jul 2011 00:11:52 +0000 (UTC) Received: (qmail 47035 invoked by uid 500); 30 Jul 2011 00:11:49 -0000 Delivered-To: apmail-hadoop-general-archive@hadoop.apache.org Received: (qmail 46849 invoked by uid 500); 30 Jul 2011 00:11:48 -0000 Mailing-List: contact general-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@hadoop.apache.org Delivered-To: mailing list general@hadoop.apache.org Received: (qmail 46841 invoked by uid 99); 30 Jul 2011 00:11:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Jul 2011 00:11:48 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received-SPF: unknown (nike.apache.org: error in processing during lookup of jrottinghuis@ebay.com) Received: from [216.33.244.7] (HELO rhv-mipot-002.corp.ebay.com) (216.33.244.7) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Jul 2011 00:11:42 +0000 DomainKey-Signature: s=corp; d=ebay.com; c=nofws; q=dns; h=X-EBay-Corp:X-IronPort-AV:Received:Received:From:To:Date: Subject:Thread-Topic:Thread-Index:Message-ID:References: In-Reply-To:Accept-Language:Content-Language: X-MS-Has-Attach:X-MS-TNEF-Correlator:acceptlanguage: x-ems-proccessed:x-ems-stamp:Content-Type: Content-Transfer-Encoding:MIME-Version:X-CFilter; b=t3AKMRpiRQSwkZf00uCjbDyZWUZs+M7SQc/DYL3wJzaDq0rhdpbgUHNq gFnoraKDrf27SfUq6WPSFcLmZOgn9cPU7D1B8t2gkM8AwS0so+hMc1LbM KdnhvY9bT3JV+GV; DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ebay.com; i=jrottinghuis@ebay.com; q=dns/txt; s=corp; t=1311984702; x=1343520702; h=from:to:date:subject:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=2m5ypTB8cxIDfRGz4FFREOMbzlyJu+kPjWBN/SiClkE=; b=obFxc4TdjX/jH0k8SwlkEvbc3M2/TQKpAm4+nYg6iirK+pnl7/K3sNeo nAIkeGHSPz6sie3AoZOzBvnl2aM5gGkN93NrcgzFfLpuvXDDsQjmmp7vE YqWKbufP/1649/4; X-EBay-Corp: Yes X-IronPort-AV: E=Sophos;i="4.67,289,1309762800"; d="scan'208";a="25255082" Received: from rhv-vtenf-001.corp.ebay.com (HELO RHV-MEXHT-001.corp.ebay.com) ([10.112.113.52]) by rhv-mipot-002.corp.ebay.com with ESMTP; 29 Jul 2011 17:11:18 -0700 Received: from RHV-MEXMS-002.corp.ebay.com ([10.245.17.114]) by RHV-MEXHT-001.corp.ebay.com ([10.245.24.100]) with mapi; Fri, 29 Jul 2011 17:11:17 -0700 From: "Rottinghuis, Joep" To: "general@hadoop.apache.org" Date: Fri, 29 Jul 2011 17:11:16 -0700 Subject: RE: follow up Hadoop mavenization work Thread-Topic: follow up Hadoop mavenization work Thread-Index: AcxONMVo8oaAVWBIRASZ6XoiD3bNZQAGGGKw Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US x-ems-proccessed: 10SqDH0iR7ekR7SRpKqm5A== x-ems-stamp: /Ugl8QHPgm8cndtp0sRJAw== Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter: Scanned X-Virus-Checked: Checked by ClamAV on apache.org Sounds good. Will give this a try on trunk after patch merges in. Thanks, Joep -----Original Message----- From: Scott Carey [mailto:scott@richrelevance.com]=20 Sent: Friday, July 29, 2011 2:18 PM To: general@hadoop.apache.org Subject: Re: follow up Hadoop mavenization work On 7/29/11 8:00 AM, "Alejandro Abdelnur" wrote: >Hi Joep, > >Regarding your first paragraph question, this is a byproduct of using=20 >maven. It should be possible to clean your local repo, then type 'mvn compile' on = the top level pom (aggregator of common, mapreduce, hdfs) and have that suc= ceed without ever publishing any SNAPSHOTs from projects contained in the a= ggregator. Otherwise the project is misconfigured, or there is a buggy plugin in use. Likewise for all other lifecycle goals prior to 'install'. These should su= cceed without any prior published SNAPSHOTS from modules contained in the b= uild. However, if you build only a submodule from the submodule pom, (example, m= ove down into hdfs), it will require a published snapshot from dependencies= such as common.