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 "Alejandro Abdelnur (Updated) (JIRA)" <ji...@apache.org> on 2011/12/03 01:59:40 UTC

[jira] [Updated] (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:all-tabpanel ]

Alejandro Abdelnur updated MAPREDUCE-3500:
------------------------------------------

    Status: Patch Available  (was: Open)
    
> 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