Return-Path: Delivered-To: apmail-hadoop-core-user-archive@www.apache.org Received: (qmail 91070 invoked from network); 24 Jul 2008 19:40:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2008 19:40:58 -0000 Received: (qmail 84424 invoked by uid 500); 24 Jul 2008 19:40:53 -0000 Delivered-To: apmail-hadoop-core-user-archive@hadoop.apache.org Received: (qmail 84383 invoked by uid 500); 24 Jul 2008 19:40:53 -0000 Mailing-List: contact core-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-user@hadoop.apache.org Delivered-To: mailing list core-user@hadoop.apache.org Received: (qmail 84372 invoked by uid 99); 24 Jul 2008 19:40:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2008 12:40:53 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lincoln.ritter@gmail.com designates 74.125.46.28 as permitted sender) Received: from [74.125.46.28] (HELO yw-out-2324.google.com) (74.125.46.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2008 19:39:56 +0000 Received: by yw-out-2324.google.com with SMTP id 9so1402138ywe.29 for ; Thu, 24 Jul 2008 12:40:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=kZPu26bVcECeNmcnc9ngFJvpUxGlgFqzkHSafXxoTQ8=; b=lN6Z73qwoF9yln2EEPt8fs8OZfKLRC0dXM/FLqanEm4M/CN7yPAN0URh5AOuZCgDWx 2M4xYn7VTOFTguZvborltSZpJIkLANJ4GE4NlJGZ0/ztJhdO0PmAcvS5M614k0Pk7J6+ p7NTi57LoPNzC6zckVlxEhkXTXeb3OEnkGaw4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=uMxZPRSYA0vwyYoT1XjUJh3oevfKn4mBcxIcfam1O1MPUKjrqIsQNqhdOGRfAJsl/V nBglythMbPr6oCcmjVonRFhTpoKPkt77fPt+1+IkuB/qNdqfz5EYjfYH6lu+gRunCmH8 uJqq1fk5ji4PLVwvhvWcRDgtFLCOj0OrOi2xE= Received: by 10.142.164.10 with SMTP id m10mr237180wfe.60.1216928420973; Thu, 24 Jul 2008 12:40:20 -0700 (PDT) Received: by 10.142.163.7 with HTTP; Thu, 24 Jul 2008 12:40:20 -0700 (PDT) Message-ID: <5dd5b7e40807241240n4cb0bfa0k5f98043d9d7e40dc@mail.gmail.com> Date: Thu, 24 Jul 2008 12:40:20 -0700 From: "Lincoln Ritter" Sender: lincoln.ritter@gmail.com To: core-user Subject: Bean Scripting Framework? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 8c059818b153dd15 X-Virus-Checked: Checked by ClamAV on apache.org Hello all. Has anybody ever tried/considered using the Bean Scripting Framework within Hadoop? BSF seems nice since it allows "two-way" communication between ruby and java. I'd love to hear your thoughts as I've been trying to make this work to allow using ruby in the m/r pipeline. For now, I don't need a fully general solution, I'd just like to call some ruby in my map or reduce tasks. Thanks! -lincoln -- lincolnritter.com