You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2010/07/12 21:37:52 UTC

[jira] Updated: (PIG-931) Samples Syntax Error in Pig UDF Manual

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

Olga Natkovich updated PIG-931:
-------------------------------

         Assignee: Corinne Chandel
    Fix Version/s: 0.8.0

> Samples Syntax Error in Pig UDF Manual
> --------------------------------------
>
>                 Key: PIG-931
>                 URL: https://issues.apache.org/jira/browse/PIG-931
>             Project: Pig
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.2.0, 0.3.0
>         Environment: Windows XP, firefox 3.5.2
>            Reporter: Yiwei Chen
>            Assignee: Corinne Chandel
>            Priority: Trivial
>             Fix For: 0.8.0
>
>
> All samples with 'extends EvalFunc' have syntax errors in http://hadoop.apache.org/pig/docs/r0.3.0/udf.html .
> There shouldn't be parentheses; they are angle brackets.
> For example in "How to Write a Simple Eval Function" section:
>   public class UPPER extends EvalFunc (String)
> should be 
>   public class UPPER extends EvalFunc<String>

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