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

2009-10-11 Thread Dmitriy V. Ryaboy (JIRA)

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

Dmitriy V. Ryaboy commented on PIG-868:
---

The dateExtractor issue is addressed by PIG-1015 ; just changing the testcase 
is not sufficient, as the testcase will still break in some parts of the world 
because it relies on local settings.

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



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

2009-07-01 Thread Hudson (JIRA)

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

Hudson commented on PIG-868:


Integrated in Pig-trunk #491 (See 
[http://hudson.zones.apache.org/hudson/job/Pig-trunk/491/])
: added strin manipulation functions (bennies via olgan)


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



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

2009-06-30 Thread Olga Natkovich (JIRA)

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

Olga Natkovich commented on PIG-868:


patch committed. Thanks, Bennie for contributing!

I did not commit the DateExtractor patch. I need to look into it some more but 
it is clearly unrelated to your contribution

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



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

2009-06-30 Thread Olga Natkovich (JIRA)

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

Olga Natkovich commented on PIG-868:


Thanks, Bennie, I am looking at the patch

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