[ 
https://issues.apache.org/jira/browse/PIG-832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12721503#action_12721503
 ] 

Daniel Dai commented on PIG-832:
--------------------------------

Hi, Milind,
For your first comment, yes, user's class have to be PigStorage. For your 
second comment, we do not put user's jar before pig.jar. We put their udf 
search path first. Let's say user put 
"-Dudf.import.list=com.xxx.udf1:com.xxx.udf2", when we see an unknown UDF, we 
first search in the package "com.xxx.udf1", then "com.xxx.udf2", then 
"org.apache.pig.builtin". We build this policy in our code. It's not put 
user.jar in front of pig.jar.

> Make import list configurable
> -----------------------------
>
>                 Key: PIG-832
>                 URL: https://issues.apache.org/jira/browse/PIG-832
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.2.0
>            Reporter: Olga Natkovich
>            Assignee: Daniel Dai
>             Fix For: 0.3.0
>
>
> Currently, it is hardwired in PigContext.

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