Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.16.0
-
None
-
None
-
Reviewed
Description
Currently there is no way to configure Hadoop to use external JNI directories. I propose we add a new variable like HADOOP_CLASS_PATH that is added to the JAVA_LIBRARY_PATH before the process is run.
Now the users can set environment variables using mapred.child.env. They can do the following
X=Y : set X to Y
X=$X:Y : Append Y to X (which should be taken from the tasktracker)
Attachments
Attachments
Issue Links
- is duplicated by
-
HADOOP-5803 Allow native libraries to be placed anywhere
- Resolved
- relates to
-
HADOOP-2867 Add a task's cwd to it's LD_LIBRARY_PATH
- Closed