You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Richard Ding (JIRA)" <ji...@apache.org> on 2010/12/13 19:48:02 UTC

[jira] Commented: (PIG-1712) Pig Illustrate rework

    [ https://issues.apache.org/jira/browse/PIG-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970951#action_12970951 ] 

Richard Ding commented on PIG-1712:
-----------------------------------


+1. The patch looks good. It fixed various issues about ILLUSTRATE command. It also added new feature that allows ILLUSTRATE of Pig Latin scripts:

{code}
illustrate -script <script name>
{code}

It still needs to remove the dependency on the old logical operators in a late date since those operators will be deprecated in the 0.9 release.

Please commit once all tests pass.
 

> Pig Illustrate rework
> ---------------------
>
>                 Key: PIG-1712
>                 URL: https://issues.apache.org/jira/browse/PIG-1712
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Yan Zhou
>            Assignee: Yan Zhou
>             Fix For: 0.9.0
>
>         Attachments: illustrator_1.patch, illustrator_2.patch, illustrator_3.patch, illustrator_4.patch, illustrator_5.patch, illustrator_6.patch
>
>
> PigPen has been found to be a usable feature. The underlying PIG functionality, ILLUSTRATE, however, has not been stable and complete. It also has unique access paths that  are not shared by the mainstream PIG call paths, which makes it hard if not impossible to maintain as the PIG evolves along.
> The purpose of this work is to use the common access paths yet still follow the performance-sensitive criteria for ILLUSTRATE, complete support for as many logical operators as theoretically possible,
> plus algorithm polishes and bug fixes as necessary. Details can be found in http://wiki.apache.org/pig/PigIllustrate
> Pig-366 has been for the PigPen in general, and was used for the previous ILLUSTRATE work too. With this JIRA, the work on ILLUSTRATE will be separated.
> This JIRA also serves as an umbrella for existing issues in ILLUSTRATE. Specifically, PIG-502, PIG-903, PIG-1066 should all fold into this issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.