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

Daniel Dai updated PIG-1189:
----------------------------

    Attachment: PIG-1189-2.patch

Attach patch to address unit failures. These failures are because we add 
storeFunc udf into udf array in MapReduceOper, so the return value for 
MapReduceOper.name() changes. Instead of fixing Golden file, I change the way 
we generate POStore in TestMRCompiler because it is inconsistent with the way 
we generate POLoad. Also I change MapReduceOper.udf from a List to a set which 
I feel more proper.

> StoreFunc UDF should ship to the backend automatically without "register"
> -------------------------------------------------------------------------
>
>                 Key: PIG-1189
>                 URL: https://issues.apache.org/jira/browse/PIG-1189
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.6.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.7.0
>
>         Attachments: multimapstore.pig, multireducestore.pig, 
> PIG-1189-1.patch, PIG-1189-2.patch, singlemapstore.pig, singlereducestore.pig
>
>
> Pig should ship store UDF to backend even if user do not use "register". The 
> prerequisite is that UDF should be in classpath on frontend. We make that 
> work for load UDF in (PIG-881|https://issues.apache.org/jira/browse/PIG-881), 
> we shall do the same thing for store UDF.

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

Reply via email to