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 9FB0FE99D for ; Thu, 22 Nov 2012 14:55:19 +0000 (UTC) Received: (qmail 1536 invoked by uid 500); 22 Nov 2012 14:55:17 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 1147 invoked by uid 500); 22 Nov 2012 14:55:14 -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 1123 invoked by uid 99); 22 Nov 2012 14:55:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2012 14:55:13 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= X-Spam-Check-By: apache.org Received-SPF: unknown -allip4:64.6.108.239 (athena.apache.org: encountered unrecognized mechanism during SPF processing of domain of hsn@filez.com) Received: from [64.6.108.239] (HELO ponto.amerinoc.com) (64.6.108.239) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2012 14:55:05 +0000 Received: from fbsd9.localdomain (205.83.broadband7.iol.cz [88.102.83.205]) (authenticated bits=128) by ponto.amerinoc.com (8.14.5/8.14.5) with ESMTP id qAMEse9c002901 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 22 Nov 2012 15:54:44 +0100 (CET) (envelope-from hsn@filez.com) Received: from [127.0.0.1] ([10.0.0.1]) by fbsd9.localdomain (8.14.5/8.14.5) with ESMTP id qAMEsWww001925 for ; Thu, 22 Nov 2012 15:54:34 +0100 (CET) (envelope-from hsn@filez.com) Message-ID: <50AE3CA3.6070408@filez.com> Date: Thu, 22 Nov 2012 15:54:27 +0100 From: Radim Kolar User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: common-dev@hadoop.apache.org Subject: Re: [PROPOSAL] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack References: <20121121200006.GX27475@tpx> <50AD47E6.1030606@filez.com> <50AD607C.1010801@filez.com> <50AD8619.6030405@filez.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 121122-0, 22.11.2012), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org > We'd still need to preserve whatever permissions are present in the Jetty distribution. in jetty distribution there is just one shell startup script and you can even run jetty without it using autostartable jar. Requirement to preserve permissions is overkill. at most you need just to chmod +x one script. In tomcat it would be similar. > Maven plugins, Groovy, or jtar would be limited in this respect. In jtar you are manipulating resulting tar file directly: http://code.google.com/p/jtar/source/browse/#svn%2Ftrunk%2Fjtar%2Fsrc%2Fmain%2Fjava%2Forg%2Fxeustechnologies%2Fjtar