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
Fix For: 0.23.1, 0.24.0
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