Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 204FF9D24 for ; Fri, 2 Dec 2011 12:52:07 +0000 (UTC) Received: (qmail 74557 invoked by uid 500); 2 Dec 2011 12:52:06 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 74507 invoked by uid 500); 2 Dec 2011 12:52:06 -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 74499 invoked by uid 99); 2 Dec 2011 12:52:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2011 12:52:06 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2011 12:52:03 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A24E4AFA21 for ; Fri, 2 Dec 2011 12:51:42 +0000 (UTC) Date: Fri, 2 Dec 2011 12:51:42 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1515370029.34718.1322830302666.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <337149018.28786.1322698660200.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HADOOP-7874) native libs should be under lib/native/ dir 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-7874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13161597#comment-13161597 ] Hudson commented on HADOOP-7874: -------------------------------- Integrated in Hadoop-Hdfs-trunk #882 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/882/]) HADOOP-7874. native libs should be under lib/native/ dir. (tucu) tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1209286 Files : * /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop-config.sh * /hadoop/common/trunk/hadoop-project-dist/pom.xml > native libs should be under lib/native/ dir > ------------------------------------------- > > Key: HADOOP-7874 > URL: https://issues.apache.org/jira/browse/HADOOP-7874 > Project: Hadoop Common > Issue Type: Bug > Components: build > Affects Versions: 0.24.0, 0.23.1 > Reporter: Alejandro Abdelnur > Assignee: Alejandro Abdelnur > Labels: bigtop > Attachments: HADOOP-7874.patch > > > Currently common and hdfs SO files end up under lib/ dir with all JARs, they should end up under lib/native. > In addition, the hadoop-config.sh script needs some cleanup when comes to native lib handling: > * it is using lib/native/${JAVA_PLATFORM} for the java.library.path, when it should use lib/native. > * it is looking for build/lib/native, this is from the old ant build, not applicable anymore. > * it is looking for the libhdfs.a and adding to the java.librar.path, this is not correct. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira