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

Allan AvendaƱo reopened PIG-2583:
---------------------------------


I would like to make some changes on the format to show the list of statements. 
For example, I make it to display the statements with an indentation like 
history command does on Unix. 
                
> Add Grunt command to list the statements in cache
> -------------------------------------------------
>
>                 Key: PIG-2583
>                 URL: https://issues.apache.org/jira/browse/PIG-2583
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.10.0
>            Reporter: Daniel Dai
>            Assignee: Allan AvendaƱo
>            Priority: Minor
>              Labels: newbie
>             Fix For: 0.11
>
>         Attachments: gruntHistory1.patch, gruntHistory2.patch, 
> gruntHistory3.patch, gruntHistory.patch
>
>
> It is convenient to list statements in cache:
> grunt> a = load '1.txt';         
> grunt> b = foreach a generate $0, $1;
> grunt> list
> a = load '1.txt';
> b = foreach a generate $0, $1;

--
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