You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2014/02/12 05:25:20 UTC

[jira] [Resolved] (PIG-3763) MIstake in Tutorial Code

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

Daniel Dai resolved PIG-3763.
-----------------------------

      Resolution: Invalid
    Release Note: Thanks, however, in recent version, it is already fixed: http://pig.apache.org/docs/r0.8.1/tutorial.html

> MIstake in Tutorial Code
> ------------------------
>
>                 Key: PIG-3763
>                 URL: https://issues.apache.org/jira/browse/PIG-3763
>             Project: Pig
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Daniel Wiesenfeld
>            Priority: Trivial
>              Labels: documentation, newbie, tutorial, tutorials, website
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> On http://pig.apache.org/docs/r0.7.0/tutorial.html#Pig+Tutorial+File there is a command (second-to-last comand in Pig Script 1) that results in an error:
> ordered_uniq_frequency = ORDER filtered_uniq_frequency BY (hour, score);
> I believe it should be written without the parentheses around the key fields:
> ordered_uniq_frequency = ORDER filtered_uniq_frequency BY hour, score;



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)