You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Tom White (Commented) (JIRA)" <ji...@apache.org> on 2011/12/03 02:07:40 UTC

[jira] [Commented] (MAPREDUCE-3500) MRJobConfig creates an LD_LIBRARY_PATH using the platform ARCH

    [ https://issues.apache.org/jira/browse/MAPREDUCE-3500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13161972#comment-13161972 ] 

Tom White commented on MAPREDUCE-3500:
--------------------------------------

+1
                
> MRJobConfig creates an LD_LIBRARY_PATH using the platform ARCH
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-3500
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3500
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>              Labels: bigtop
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3500.patch
>
>
> With HADOOP-7874 we are removing the arch from the java.library.path.
> The LD_LIBRARY_PATH being set should not include the ARCH.
> {code}
>   public static final String DEFAULT_MAPRED_ADMIN_USER_ENV =
>       "LD_LIBRARY_PATH=$HADOOP_COMMON_HOME/lib/native/" + PlatformName.getPlatformName();
> {code}

--
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