[
https://issues.apache.org/jira/browse/PIG-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Earl Cahill updated PIG-487:
----------------------------
Status: Patch Available (was: Open)
patch contains
org.apache.pig.piggybank.evaluation.util.apachelogparser.HostExtractor
org.apache.pig.piggybank.test.evaluation.util.apachelogparser.TestHostExtractor
> extract a host from a url
> -------------------------
>
> Key: PIG-487
> URL: https://issues.apache.org/jira/browse/PIG-487
> Project: Pig
> Issue Type: New Feature
> Reporter: Earl Cahill
> Attachments: HostExtractor-PIG-487
>
>
> Want to be able to extract the host from a url. For example,
> http://sports.espn.go.com/mlb/recap?gameId=281009122
> leads to
> sports.espn.go.com
> Pig latin usage looks like
> host = FOREACH row GENERATE
> org.apache.pig.piggybank.evaluation.util.apachelogparser.HostExtractor(url);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.