Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 98207 invoked from network); 18 Aug 2010 22:14:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Aug 2010 22:14:57 -0000 Received: (qmail 2061 invoked by uid 500); 18 Aug 2010 22:14:57 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 1988 invoked by uid 500); 18 Aug 2010 22:14:56 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 1980 invoked by uid 99); 18 Aug 2010 22:14:56 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 22:14:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 22:14:39 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7IMEH63023653 for ; Wed, 18 Aug 2010 22:14:17 GMT Message-ID: <17236725.432131282169657243.JavaMail.jira@thor> Date: Wed, 18 Aug 2010 18:14:17 -0400 (EDT) From: "Jakob Homan (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Updated: (HADOOP-6453) Hadoop wrapper script shouldn't ignore an existing JAVA_LIBRARY_PATH In-Reply-To: <909267607.1261086858225.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-6453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HADOOP-6453: -------------------------------- Status: Open (was: Patch Available) Fix Version/s: 0.22.0 The trunk patch has unfortunately gone stale. However, this seems like a good change to make with essentially no risk. This will treat JAVA_LIBRARY_PATH consistently with JAVA_HOME, and can be marked as incompatible change. cygwin should be fine. Chad, can you please spin up a new patch and, barring any objections, I'll review and commit it. > Hadoop wrapper script shouldn't ignore an existing JAVA_LIBRARY_PATH > -------------------------------------------------------------------- > > Key: HADOOP-6453 > URL: https://issues.apache.org/jira/browse/HADOOP-6453 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 0.20.2, 0.21.0, 0.22.0 > Reporter: Chad Metcalf > Assignee: Chad Metcalf > Priority: Minor > Fix For: 0.22.0 > > Attachments: HADOOP-6453-0.20.patch, HADOOP-6453-0.20v2.patch, HADOOP-6453-trunkv2.patch, HADOOP-6453.trunk.patch > > > Currently the hadoop wrapper script assumes its the only place that uses JAVA_LIBRARY_PATH and initializes it to a blank line. > JAVA_LIBRARY_PATH='' > This prevents anyone from setting this outside of the hadoop wrapper (say hadoop-config.sh) for their own native libraries. > The fix is pretty simple. Don't initialize it to '' and append the native libs like normal. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.