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 4B473D6D8 for ; Thu, 22 Nov 2012 09:21:42 +0000 (UTC) Received: (qmail 91473 invoked by uid 500); 22 Nov 2012 09:21:40 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 91339 invoked by uid 500); 22 Nov 2012 09:21:39 -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 91323 invoked by uid 99); 22 Nov 2012 09:21:39 -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 09:21:39 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of stevel@hortonworks.com designates 209.85.216.176 as permitted sender) Received: from [209.85.216.176] (HELO mail-qc0-f176.google.com) (209.85.216.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2012 09:21:34 +0000 Received: by mail-qc0-f176.google.com with SMTP id n41so6292597qco.35 for ; Thu, 22 Nov 2012 01:21:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=7LioLVzKZ3BvtEFhN2HFvoOZPrtI6ZMU7HT2Fs1w2fw=; b=Q8oAap/EKuMVXKsls9I0w6l4v94cYO6lS2P/AzaAfBdNTZfvs59znJxmyyUbMU7ngU 8uP7PD8dzxdOZ6oxv0DtG890aB1tQds/EJaiZbM4iRc+9rLkx2oCGc5+URASvEoVvsEK /TL6xVqUtjGQ+aYhL2CnOZt4DCPaPYBi2oIado7gTYB9VRqSjrQcm0LCljSn05NNOgqd gkK/1cYVDDQIB692KDWxDySp0sHVag3iHLYGcTdA5g3ptbSsjTP8QuJ4DFvJ96aTpzCm y7nUcImALDtKypyst5mWwdXEeUIBCqoTo0f9tptjiFppHWDwTtTQD5tLN8zuD9g0RF6n wnxQ== MIME-Version: 1.0 Received: by 10.49.30.34 with SMTP id p2mr24188621qeh.15.1353576073369; Thu, 22 Nov 2012 01:21:13 -0800 (PST) Received: by 10.49.70.199 with HTTP; Thu, 22 Nov 2012 01:21:13 -0800 (PST) In-Reply-To: <50AD6AB1.6030306@filez.com> References: <20121121200006.GX27475@tpx> <20121121215045.GB27475@tpx> <50AD6AB1.6030306@filez.com> Date: Thu, 22 Nov 2012 09:21:13 +0000 Message-ID: Subject: Re: [PROPOSAL] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack From: Steve Loughran To: common-dev@hadoop.apache.org Content-Type: multipart/alternative; boundary=047d7bdc8d2607992204cf11fd6e X-Gm-Message-State: ALoCoQkPuG7d0wOhQL1xz5gBvFG5WCoOYyNXmlrPolMVAapxwG+cmKUX+GanNoB0TwBnlW0a/xza X-Virus-Checked: Checked by ClamAV on apache.org --047d7bdc8d2607992204cf11fd6e Content-Type: text/plain; charset=UTF-8 On 21 November 2012 23:58, Radim Kolar wrote: > > Scripting via maven plugin has advantage that user do not needs to install > anything, there is couple of languages available: scala, groovy, jelly, > jruby. Maybe jython too. > the JSR-233 bridge comes with a javascript interpreter built in, BTW. You can actually use it in ant's