Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 40957 invoked from network); 21 Dec 2006 02:56:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Dec 2006 02:56:44 -0000 Received: (qmail 34490 invoked by uid 500); 21 Dec 2006 02:56:52 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 34241 invoked by uid 500); 21 Dec 2006 02:56:51 -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 34232 invoked by uid 99); 21 Dec 2006 02:56:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2006 18:56:51 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Wed, 20 Dec 2006 18:56:43 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5971E714293 for ; Wed, 20 Dec 2006 18:56:23 -0800 (PST) Message-ID: <21790340.1166669783363.JavaMail.jira@brutus> Date: Wed, 20 Dec 2006 18:56:23 -0800 (PST) From: "Arun C Murthy (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-838) TaskRunner.run() doesn't pass along the 'java.library.path' to the child (task) jvm In-Reply-To: <666926.1166593281109.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 [ http://issues.apache.org/jira/browse/HADOOP-838?page=all ] Arun C Murthy updated HADOOP-838: --------------------------------- Status: Patch Available (was: Open) Thanks for the review Nigel! > TaskRunner.run() doesn't pass along the 'java.library.path' to the child (task) jvm > ----------------------------------------------------------------------------------- > > Key: HADOOP-838 > URL: http://issues.apache.org/jira/browse/HADOOP-838 > Project: Hadoop > Issue Type: Bug > Components: mapred > Affects Versions: 0.9.2 > Reporter: Arun C Murthy > Assigned To: Arun C Murthy > Attachments: HADOOP-838_20061220_1.patch > > > Since TaskRunner.run doesn't pass along java.library.path of the parent (TT) to the child (task) the native library path (if needed) is missing and hence it cannot load the native library. The fix is to do a System.getProperty and add it to the child jvm's arguments. -- 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