TaskRunner.run() doesn't pass along the 'java.library.path' to the child (task)
jvm
-----------------------------------------------------------------------------------
Key: HADOOP-838
URL: http://issues.apache.org/jira/browse/HADOOP-838
Project: Hadoop
Issue Type: Bug
Components: mapred
Affects Versions: 0.9.2
Reporter: Arun C Murthy
Assigned To: Arun C Murthy
Since TaskRunner.run doesn't pass along java.library.path of the parent (TT) to
the child (task) the native library path (if needed) is missing and hence it
cannot load the native library. The fix is to do a System.getProperty and add
it to the child jvm's arguments.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira