[
https://issues.apache.org/jira/browse/MAPREDUCE-2801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13103077#comment-13103077
]
Mahadev konar commented on MAPREDUCE-2801:
------------------------------------------
@Arun,
I think its going to require a little bit of more work to add it to dist
cache, (with respect to different OS's, different version (64/32 bits)). For
now we can just do what Bobby has and work on something like a MAPREDUCE_HOME
for a job where all the native libaries/environment is defined on job
submission and is setup during executing of MAPREDUCE containers.
Bobby,
We should add the ability for adding the native libaries if specified by the
client to the native libraries classpath as done in 0.20.***.
> Include the native libs in java.library.path
> ---------------------------------------------
>
> Key: MAPREDUCE-2801
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-2801
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: mrv2
> Affects Versions: 0.23.0
> Reporter: Ramya Sunil
> Assignee: Robert Joseph Evans
> Fix For: 0.23.0
>
> Attachments: MR-2801.patch
>
>
> For the child tasks in mrv2, java.library.path is set to just $PWD and the
> native libs are not included. Whereas in 0.20.x, java.library.path for child
> tasks was set to <path to native libs>:$PWD
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira