Return-Path: X-Original-To: apmail-incubator-bigtop-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-bigtop-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E33FC95B for ; Wed, 2 May 2012 19:18:52 +0000 (UTC) Received: (qmail 69435 invoked by uid 500); 2 May 2012 19:18:52 -0000 Delivered-To: apmail-incubator-bigtop-dev-archive@incubator.apache.org Received: (qmail 69392 invoked by uid 500); 2 May 2012 19:18:52 -0000 Mailing-List: contact bigtop-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@incubator.apache.org Delivered-To: mailing list bigtop-dev@incubator.apache.org Received: (qmail 69384 invoked by uid 99); 2 May 2012 19:18:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2012 19:18:52 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of email4yliu@gmail.com designates 209.85.210.53 as permitted sender) Received: from [209.85.210.53] (HELO mail-pz0-f53.google.com) (209.85.210.53) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2012 19:18:44 +0000 Received: by dadg9 with SMTP id g9so273014dad.26 for ; Wed, 02 May 2012 12:18:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=user-agent:date:subject:from:to:message-id:thread-topic:in-reply-to :mime-version:content-type:content-transfer-encoding; bh=od4PB1fi12kATbrfw24kaZ8lOh7gODp7OKFxcF8YtaY=; b=Ax146kfcDrUV5Csggo9eQhkpI938cix7Vvvr2KHtZOujlHPVeAOuVwNiHVFaNJMRqO 9ntge88jMvw87AfbRStzrJFEr7unqTAUw6U7QERcrryss1F5LeQ5pF0bRYZ4IcS1TCD3 S2yOtBwtvSEf4jqHHfpIaCQ6nnvMJq2vpBK2Bl1wt8lBqZFapVj4mKLDU9gR/5R2LNyg xDGRnlzzyTCY243LvF3VBITOVbtM36ms1W6fohSKfvoswsSWH5/MG92JNRwlO6uCcWAa u2vhbyNAvRYqn/xDbdNqmGxFi0EmJkZmVbFjfcsonBGSQv2m5juu5PrJZ3Q12hzuzYNr KnMA== Received: by 10.68.194.198 with SMTP id hy6mr386992pbc.0.1335986304056; Wed, 02 May 2012 12:18:24 -0700 (PDT) Received: from [10.98.200.73] (tibco-5.tibco.com. [63.100.100.5]) by mx.google.com with ESMTPS id pj7sm1613038pbb.17.2012.05.02.12.18.21 (version=SSLv3 cipher=OTHER); Wed, 02 May 2012 12:18:23 -0700 (PDT) User-Agent: Microsoft-MacOutlook/14.2.1.120420 Date: Wed, 02 May 2012 12:18:17 -0700 Subject: Re: Guarding against the use of upstream scripts From: "David Liu (gmail dev)" To: Message-ID: Thread-Topic: Guarding against the use of upstream scripts In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thanks Roman. Sure, I will create a ticket, and work toward a proposal for discussion. David On 5/2/12 12:08 PM, "Roman Shaposhnik" wrote: >On Wed, May 2, 2012 at 10:58 AM, David Liu (gmail dev) > wrote: >> Along the same line, I wonder if bigtop community has considered to >>have a >> shell that allows single point of entry to any of the upstream systems. >> Something like mvn or git command. This will introduce something to >>learn >> at first but it adds value to start/stop/access help for all systems in >>a >> consistent way. It can also shield some changes that happens with >>upstream >> systems. Instead of dealing with some many _HOME, we could have one >> BIGTOP_HOME. It's quite nice to be able to say: >> bigtop -help >> bigtop -start > >I like the idea very much (darn! how come I didn't think of it ;-)). >Would you care >to work on a proposal? > >This would be a perfect thing to discuss at our upcoming Bigtop hackathon. > >Thanks, >Roman.