Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-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 DA4FE9D53 for ; Mon, 13 Feb 2012 00:27:30 +0000 (UTC) Received: (qmail 49757 invoked by uid 500); 13 Feb 2012 00:27:29 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 49664 invoked by uid 500); 13 Feb 2012 00:27:29 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 49434 invoked by uid 500); 13 Feb 2012 00:27:29 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 49420 invoked by uid 99); 13 Feb 2012 00:27:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2012 00:27:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2012 00:27:26 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DBE081B3026 for ; Mon, 13 Feb 2012 00:27:05 +0000 (UTC) Date: Mon, 13 Feb 2012 00:27:05 +0000 (UTC) From: "Dmitriy V. Ryaboy (Updated) (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: <951563551.30246.1329092825902.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1289280444.24623.1328890620832.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (PIG-2525) Support pluggable PigProcessNotifcationListeners on the command line MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PIG-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-2525: ----------------------------------- Attachment: PIG-2525.patch Re-attaching, forgot to rename "args" to "arg"... > Support pluggable PigProcessNotifcationListeners on the command line > -------------------------------------------------------------------- > > Key: PIG-2525 > URL: https://issues.apache.org/jira/browse/PIG-2525 > Project: Pig > Issue Type: New Feature > Reporter: Bill Graham > Assignee: Bill Graham > Attachments: PIG-2525.patch > > > It would be convenient to be able to implement {{PigProcessNotifcationListener}} and to wire it into a pig script. This jira is to support setting a listener and its constructor args on the command, perhaps like this: > {{noformat}} > pig -j MyListener -J "foo,bar,bat" -f my_script.pig > {{noformat}} > where {{MyListener}} takes a single string in the constructor which will get passed {{foo,bar,bat}}. -- 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