Return-Path: X-Original-To: apmail-whirr-dev-archive@www.apache.org Delivered-To: apmail-whirr-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 DAEE97F32 for ; Wed, 9 Nov 2011 03:20:51 +0000 (UTC) Received: (qmail 8725 invoked by uid 500); 9 Nov 2011 03:20:50 -0000 Delivered-To: apmail-whirr-dev-archive@whirr.apache.org Received: (qmail 8655 invoked by uid 500); 9 Nov 2011 03:20:48 -0000 Mailing-List: contact dev-help@whirr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@whirr.apache.org Delivered-To: mailing list dev@whirr.apache.org Received: (qmail 8647 invoked by uid 99); 9 Nov 2011 03:20:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 03:20:47 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.baclace@gmail.com designates 209.85.213.51 as permitted sender) Received: from [209.85.213.51] (HELO mail-yw0-f51.google.com) (209.85.213.51) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 03:20:41 +0000 Received: by ywp31 with SMTP id 31so1476820ywp.38 for ; Tue, 08 Nov 2011 19:20:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=rG6JCKje3n33JXv8YTB3Igjbk2eCuOPKafWcWWozrKE=; b=R+NZi9wasrmsfX6j+/Zl3oZ/Y3N0nfyLvyct+WQqkoDNSL6ozTuSXJxyrW8wRgG3XN lkpMxXPR53E/qrkcLYz6DH4cBZ2p/NBWIv3iSk7nd5RDgM8jYk93B3yh6OslUk9GKghN oaPGjw3YijjfOHDPwM2Kvb+9xJ+9LGZD67Duw= Received: by 10.68.0.129 with SMTP id 1mr1689005pbe.94.1320808820493; Tue, 08 Nov 2011 19:20:20 -0800 (PST) Received: from pebmac2.local ([65.87.25.5]) by mx.google.com with ESMTPS id wf19sm9254281pbb.17.2011.11.08.19.20.17 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Nov 2011 19:20:19 -0800 (PST) Message-ID: <4EB9F170.4010503@gmail.com> Date: Tue, 08 Nov 2011 19:20:16 -0800 From: Paul Baclace User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: dev@whirr.apache.org Subject: Re: [jira] [Commented] (WHIRR-415) Let users specify the CDH release (cdh3u1, cdh3u2) References: <1459184964.12058.1320785752469.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1459184964.12058.1320785752469.JavaMail.tomcat@hel.zones.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Perhaps my test did not work because env that runs whirr is not the same one that runs the *_cdh*.sh scripts on the target. I don't see where REPO is normally set. I can try it out by setting REPO under $WHIRR_HOME/functions/... by overriding all cdh scripts, but that seems crude. How does one set an env var that is defined before any scripts are run? Paul On 20111108 12:55 , Paul Baclace (Commented) (JIRA) wrote: > [ https://issues.apache.org/jira/browse/WHIRR-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146561#comment-13146561 ] > > Paul Baclace commented on WHIRR-415: > ------------------------------------ > > setting: > > export REPO=cdh3u1 > > and then running whirr was insufficient, at least for Debian flavor. This must be on the right track, however. > > >> Let users specify the CDH release (cdh3u1, cdh3u2) >> -------------------------------------------------- >> >> Key: WHIRR-415 >> URL: https://issues.apache.org/jira/browse/WHIRR-415 >> Project: Whirr >> Issue Type: Improvement >> Components: service/cdh >> Reporter: Andrei Savu >> Priority: Critical >> Fix For: 0.7.0 >> >> >> Allow explicit selection of the CDH release you want to use. The current behaviour is to use the latest one. > -- > This message is automatically generated by JIRA. > If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa > For more information on JIRA, see: http://www.atlassian.com/software/jira > > >