You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2007/11/27 20:17:43 UTC

[jira] Resolved: (PIG-11) Pig command - add search path for UDF .jar files

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

Olga Natkovich resolved PIG-11.
-------------------------------

    Resolution: Fixed

Committed the changes

> Pig command - add search path for UDF .jar files
> ------------------------------------------------
>
>                 Key: PIG-11
>                 URL: https://issues.apache.org/jira/browse/PIG-11
>             Project: Pig
>          Issue Type: Improvement
>          Components: impl
>            Reporter: Olga Natkovich
>            Assignee: Antonio Magnaghi
>            Priority: Minor
>         Attachments: CHANGES.txt, JarManager.java, Pig-BUG-11-Tests, Pig-BUG-11.patch, PigContext.java, PigServer.java, TestPigServer.java
>
>
> Add a mechanism so that invocations of:
> 	register my.jar;
> will search not only the local directory but a set of paths.  This could
> simply be classpath.
> This will permit users to have build trees of UDFs that commonly share
> across different piglets
> without having to copy the jar locally to each directory and without
> having to use absolute
> pathnames to refer to the files.

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