Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-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 CAE43105B9 for ; Thu, 12 Dec 2013 20:54:22 +0000 (UTC) Received: (qmail 68352 invoked by uid 500); 12 Dec 2013 20:54:22 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 68331 invoked by uid 500); 12 Dec 2013 20:54:22 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 68323 invoked by uid 99); 12 Dec 2013 20:54:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Dec 2013 20:54:22 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of christian.tzolov@gmail.com designates 74.125.82.180 as permitted sender) Received: from [74.125.82.180] (HELO mail-we0-f180.google.com) (74.125.82.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Dec 2013 20:54:18 +0000 Received: by mail-we0-f180.google.com with SMTP id t61so1019594wes.39 for ; Thu, 12 Dec 2013 12:53:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=oYEb04FOQGZ3GLTx7C4tHwfMHtcyfBfbGMV05dpRpzY=; b=E2S7eOBGtu5H/9egWhVkaDLQc1zWr92S8noF7/c33PsuPfbemKNoAEwUGWjwQrF8Hk NzwfDU2m8DVAa+7pDJ4cWo97DWBbvHunyNS2kOWG5YJnB01Q5n9y7sMYOpIt0cbuyOEW 9tFAy6YkB6Bgdy84C2o+L3S9ZF4agj25hv5qqTUfEb2EtNXwuqLrHtr0uEm5JiOhOeQC j+5A1WVZPfImDmCmGSf6u+1Y5mIlL+9+Onzr3UPiiW1D+3ZhNGV7jgG3+M2lg0eU647+ Uh9E2VuwGvBzGoYAERdcHSO314qXhSoJgTuujtdF+6psxN48rE8mPMexXl4cGNwZ3Dsf sP+w== MIME-Version: 1.0 X-Received: by 10.180.109.201 with SMTP id hu9mr9272243wib.59.1386881637383; Thu, 12 Dec 2013 12:53:57 -0800 (PST) Received: by 10.194.179.230 with HTTP; Thu, 12 Dec 2013 12:53:57 -0800 (PST) In-Reply-To: References: Date: Thu, 12 Dec 2013 21:53:57 +0100 Message-ID: Subject: Re: Crunch - PivotalHD (aka 2.0.5-alpha) compatible release From: Christian Tzolov To: dev@crunch.apache.org Content-Type: multipart/alternative; boundary=e89a8f2356bd57830504ed5c8ba7 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f2356bd57830504ed5c8ba7 Content-Type: text/plain; charset=ISO-8859-1 Clear and thanks again On Thu, Dec 12, 2013 at 7:20 PM, Josh Wills wrote: > On Thu, Dec 12, 2013 at 9:54 AM, Christian Tzolov < > christian.tzolov@gmail.com> wrote: > > > Hey Josh, > > > > Thanks for sharing those options. If i understand correct for the CDH > build > > you don't perform a complete maven release but just deploy to the repo? I > > like this. > > > > Yeah, precisely-- I just publish the sources and javadocs to the maven > repo, since that's how this stuff is most often consumed. The various > versions are up here: > > > https://repository.cloudera.com/artifactory/libs-release-local/org/apache/crunch/crunch-core/ > > > > > > It seems that the Bigtop approach would make sense to release Crunch as > > part of the Pivotal release stack. I've been contacting some product > > managers check how much hassle will it be to add Crunch to the standard > > Pivotal release stack. > > > > Cheers, > > Christian > > > > > > On Thu, Dec 12, 2013 at 6:26 PM, Josh Wills wrote: > > > > > Hey Christian, > > > > > > Couple of options here: I maintain a CDH-compatible release of Crunch > for > > > my customers by creating a cdh-x.y.z branch off of the > > apache-crunch-x.y.z > > > branch that gets created for each release, updating the POM to > reference > > > the CDH version I want to use as a base, adding in the CDH repositories > > and > > > distributionManagement info, setting the version numbers for the > project, > > > and then running mvn clean deploy to push the code to the repo. I can > > send > > > you a diff file so you can see what I have to change and how I wire it > > up. > > > > > > The other option is to use Apache Bigtop to manage the dependency > > > integration across all of your Hadoop components; Bigtop has Crunch as > a > > > component, so it's not too much trouble to manage the releases that > way. > > > Email Roman Shaposhnik (rvs@apache.org) if you want more info about > that > > > approach. > > > > > > Josh > > > > > > > > > > > > On Thu, Dec 12, 2013 at 8:35 AM, Christian Tzolov < > > > christian.tzolov@gmail.com> wrote: > > > > > > > Hi guys, > > > > > > > > I would like to create Crunch release compatible with the latest > > Pivotal > > > > hadoop distribution (2.0.5-alpha). > > > > The release will be resolved via the Spring's maven repository ( > > > > http://repo.spring.io/libs-release). > > > > > > > > I've been thinking of forking the github mirror ( > > > > https://github.com/apache/crunch) and perfrom the releases on the > > fork. > > > > > > > > What do you think would be the easiest way to maintain such releases? > > > > > > > > Thanks, > > > > Chris > > > > > > > > > > > > > > > > -- > > > Director of Data Science > > > Cloudera > > > Twitter: @josh_wills > > > > > > > > > -- > Director of Data Science > Cloudera > Twitter: @josh_wills > --e89a8f2356bd57830504ed5c8ba7--