You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2010/01/21 01:03:08 UTC

[jira] Updated: (PIG-1189) StoreFunc UDF should ship to the backend automatically without "register"

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

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

    Attachment: singlereducestore.pig
                singlemapstore.pig
                PIG-1189-1.patch

Unable to write a unit test for that since this issue only happens in real cluster, attach testing script I am using for manual verify. Notice there is no "register" command in the testing scripts. To run the script, include the jar in the class path:

java -Xmx512m -cp $HADOOP_CONF_DIR:pig.jar:zebra.jar org.apache.pig.Main xxx.pig

> 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: PIG-1189-1.patch, PIG-1189-1.patch, PIG-1189-1.patch, singlemapstore.pig, singlemapstore.pig, singlemapstore.pig, singlereducestore.pig, singlereducestore.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.