From hadoop-dev-return-1192-apmail-lucene-hadoop-dev-archive=lucene.apache.org@lucene.apache.org Tue May 02 21:54:20 2006 Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 30256 invoked from network); 2 May 2006 21:54:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 May 2006 21:54:20 -0000 Received: (qmail 42511 invoked by uid 500); 2 May 2006 21:54:19 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 42486 invoked by uid 500); 2 May 2006 21:54:19 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 42477 invoked by uid 99); 2 May 2006 21:54:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2006 14:54:19 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2006 14:54:18 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 19FDC714292 for ; Tue, 2 May 2006 21:53:47 +0000 (GMT) Message-ID: <9305555.1146606827103.JavaMail.jira@brutus> Date: Tue, 2 May 2006 21:53:47 +0000 (GMT+00:00) From: "Doug Cutting (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-189) Add job jar lib, classes, etc. to CLASSPATH when in standalone mode In-Reply-To: <26136403.1146591886342.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HADOOP-189?page=all ] Doug Cutting updated HADOOP-189: -------------------------------- Attachment: local-jar.patch Tell me if this fixes things for you. Thanks! > Add job jar lib, classes, etc. to CLASSPATH when in standalone mode > ------------------------------------------------------------------- > > Key: HADOOP-189 > URL: http://issues.apache.org/jira/browse/HADOOP-189 > Project: Hadoop > Type: New Feature > Components: mapred > Reporter: stack@archive.org > Attachments: local-jar.patch > > Currently, in standalone mode, hadoop is unable to launch other than the most basic of job jars where 'basic' is a job jar with nought but class files at top level of the jar with Main-Class pointing at entry point. If the job jar has dependencies on jars under the job jar lib or there are job jar plugins in the classes dir, etc., these dependencies are not loaded and the job fails launch. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira