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