[ 
https://issues.apache.org/jira/browse/PIG-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitriy V. Ryaboy resolved PIG-2525.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.11

Committed to trunk.

In case anyone wants it in earlier versions -- patch applies cleanly to 0.9.2 
and up.
                
> 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: Dmitriy V. Ryaboy
>             Fix For: 0.11
>
>         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

        

Reply via email to