You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2009/11/12 02:44:39 UTC

[jira] Assigned: (PIG-868) indexof / lastindexof / lower / replace / substring udf's

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

Alan Gates reassigned PIG-868:
------------------------------

    Assignee: Bennie Schut

> indexof / lastindexof / lower / replace / substring udf's
> ---------------------------------------------------------
>
>                 Key: PIG-868
>                 URL: https://issues.apache.org/jira/browse/PIG-868
>             Project: Pig
>          Issue Type: New Feature
>            Reporter: Bennie Schut
>            Assignee: Bennie Schut
>            Priority: Trivial
>         Attachments: addSomeUDFsPatch.patch, dateExtractorPatch.patch
>
>
> We parse some apache logs using pig and are using some pretty simple udf's like this:
> B = FOREACH A GENERATE substring(uri, lastindexof(uri, '/')+1, indexof(uri, '.txt')) as lang;
> It's pretty simple stuff but I figured someone else might find it useful.

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