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

Cheolsoo Park updated PIG-3613:
-------------------------------

    Status: Open  (was: Patch Available)

[~rekhajoshm], thank you for the patch. But unfortunately, it isn't committable.

Apparently, you're using a 3rd party library for your udf-
{code}
+import com.wcohen.ss.JaroWinkler;
{code}
But you're not adding the dependency in ivy.xml.

Looking at the changes in build.xml, looks like you downloaded 
secondarystring.jar on your local machine and compiled against it. Well, that 
will work for nobody but you.

Canceling the patch.


> UDF for SimilarityMatching between strings with matching scores
> ---------------------------------------------------------------
>
>                 Key: PIG-3613
>                 URL: https://issues.apache.org/jira/browse/PIG-3613
>             Project: Pig
>          Issue Type: Task
>          Components: piggybank
>    Affects Versions: 0.10.1
>            Reporter: Rekha Joshi
>            Assignee: Rekha Joshi
>              Labels: piggybank
>             Fix For: 0.10.1
>
>         Attachments: PIG-3613.0.patch
>
>
> It would be great if we can do similarity matching between strings on big 
> data using pig udf.
> Proposed udf works on tuple of strings and gives a matching score.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to