[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105372#comment-13105372
 ] 

Robert Joseph Evans commented on MAPREDUCE-2801:
------------------------------------------------

I am fine with doing it through the distributed cache.  You made a very good 
point that the java.library.path/LD_LIBRARY_PATH for the nodemanager is likely 
to be different from what we want.  It may fix a couple of issues with native 
code in common, but not the native code in map/reduce.  So the patch is wrong 
and really should not go in.  If Mahadev agrees I will dupe this issue to 
MAPREDUCE-2880.  

Arun, do you need help any with MAPREDUCE-2880?

> 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, 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

        

Reply via email to