Description
With HADOOP-7874 we are removing the arch from the java.library.path.
The LD_LIBRARY_PATH being set should not include the ARCH.
public static final String DEFAULT_MAPRED_ADMIN_USER_ENV = "LD_LIBRARY_PATH=$HADOOP_COMMON_HOME/lib/native/" + PlatformName.getPlatformName();
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-7874 native libs should be under lib/native/ dir
- Closed