From pig-dev-return-77-apmail-incubator-pig-dev-archive=incubator.apache.org@incubator.apache.org Mon Nov 05 16:14:05 2007 Return-Path: Delivered-To: apmail-incubator-pig-dev-archive@locus.apache.org Received: (qmail 31794 invoked from network); 5 Nov 2007 16:14:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2007 16:14:05 -0000 Received: (qmail 13294 invoked by uid 500); 5 Nov 2007 16:12:00 -0000 Delivered-To: apmail-incubator-pig-dev-archive@incubator.apache.org Received: (qmail 13267 invoked by uid 500); 5 Nov 2007 16:11:59 -0000 Mailing-List: contact pig-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@incubator.apache.org Delivered-To: mailing list pig-dev@incubator.apache.org Received: (qmail 13233 invoked by uid 99); 5 Nov 2007 16:11:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2007 08:11:59 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2007 16:12:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 10857714211 for ; Mon, 5 Nov 2007 08:11:51 -0800 (PST) Message-ID: <21636185.1194279111063.JavaMail.jira@brutus> Date: Mon, 5 Nov 2007 08:11:51 -0800 (PST) From: "Benjamin Reed (JIRA)" To: pig-dev@incubator.apache.org Subject: [jira] Commented: (PIG-11) Pig command - add search path for UDF .jar files In-Reply-To: <11811355.1193971550549.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PIG-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540211 ] Benjamin Reed commented on PIG-11: ---------------------------------- When you say search the classpath are you talking about getResourceAsString, or are you actually going to try to parse the classpath property? I'm thinking it's the former, but I just wanted to check. > 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 > Priority: Minor > > 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.