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

Prashant Kommireddi updated PIG-3199:
-------------------------------------

    Attachment: PIG-3199_2.patch

Uploading a new patch that returns a LogicalPlanData object that contains 
information regarding the LogicalPlan (sources, sinks, load/store func names). 
None of the pig internals are exposed, and any additional LP data can be added 
to this new class in the future. The idea behind this is that the information 
can be extracted before Pig moves on to generating Physical and MR plans. 
                
> Expose LogicalPlan via PigServer API
> ------------------------------------
>
>                 Key: PIG-3199
>                 URL: https://issues.apache.org/jira/browse/PIG-3199
>             Project: Pig
>          Issue Type: Improvement
>          Components: impl
>    Affects Versions: 0.10.0
>            Reporter: Prashant Kommireddi
>            Assignee: Prashant Kommireddi
>             Fix For: 0.12
>
>         Attachments: PIG-3199_2.patch, PIG-3199.patch
>
>
> LogicalPlan could be exposed to user in order for one to make validations 
> based on it. For eg, one could get Load/Store paths or other operators and be 
> able to perform checks such as whether I/O paths are valid etc.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to