Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.17.0
-
None
-
None
-
Reviewed
-
Added task's cwd to its LD_LIBRARY_PATH.
Description
HADOOP-1660 added the task's cwd to it's java.library.path which means only java task's can take advantage via System.load or System.loadLibrary... we should enhance it to support Hadoop Pipes applications by adding it to the LD_LIBRARY_PATH so they can use dlopen/dlsym etc.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-2838 Add HADOOP_LIBRARY_PATH config setting so Hadoop will include external directories for jni
- Closed