[ https://issues.apache.org/jira/browse/PIG-832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12721371#action_12721371 ]
Daniel Dai commented on PIG-832: -------------------------------- How about this syntax: Add a new java property: udf.import.list. We can put package name to import to this property. We can put multiple packages, separated by colon. User runs pig like this: java -Dudf.import.list=com.xxx.udf1:com.xxx.udf2 ...... For that, user can refer to UDFs in these two packages without specify the package name. > 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.