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

Laukik Chitnis updated PIG-1881:
--------------------------------

    Attachment: PIG-1881-4.patch

{noformat}
     [exec] +1 overall.
     [exec]
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec]
     [exec]     +1 tests included.  The patch appears to include 3 new or 
modified tests.
     [exec]
     [exec]     +1 javadoc.  The javadoc tool did not generate any warning 
messages.
     [exec]
     [exec]     +1 javac.  The applied patch does not increase the total number 
of javac compiler warnings.
     [exec]
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs 
warnings.
     [exec]
     [exec]     +1 release audit.  The applied patch does not increase the 
total number of release audit warnings.
     [exec]
{noformat}

> Need a special interface for Penny (Inspector Gadget)
> -----------------------------------------------------
>
>                 Key: PIG-1881
>                 URL: https://issues.apache.org/jira/browse/PIG-1881
>             Project: Pig
>          Issue Type: New Feature
>          Components: impl
>    Affects Versions: 0.9.0
>            Reporter: Alan Gates
>            Assignee: Laukik Chitnis
>            Priority: Minor
>             Fix For: 0.9.0
>
>         Attachments: PIG-1881-4.patch, toolsserver.patch
>
>
> The proposed Penny tool needs access to Pig's new logical plan in order to 
> inject code into the the dataflow.  Once it has modified the plan it needs to 
> then be able to hand back that modified plan and have Pig execute it.
> As we don't want to open this functionality up to general users, the proposal 
> is to do this by subclasses PigServer with a new class that is marked as 
> LimitedPrivate for Penny only.  This class will provide calls to parse a Pig 
> Latin script and return a logical plan, and one to take a logical plan and 
> execute it.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to