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

Hadoop QA commented on MAPREDUCE-2915:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  
http://issues.apache.org/jira/secure/attachment/12492403/linux_tc_fix.patch.txt
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    -1 patch.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/566//console

This message is automatically generated.

> LinuxTaskController does not work when JniBasedUnixGroupsNetgroupMapping or 
> JniBasedUnixGroupsMapping is enabled
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2915
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2915
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: task-controller
>    Affects Versions: 0.20.205.0
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.20.205.0
>
>         Attachments: linux_tc_fix.patch.txt
>
>
> When a job is submitted, LinuxTaskController launches the native 
> task-controller binary for job initialization. The native program does a 
> series of prep work and call execv() to run JobLocalizer.  It was observed 
> that JobLocalizer does fails to run when JniBasedUnixGroupsNetgroupMapping or 
> JniBasedUnixGroupsMapping is enabled, resulting in 100% job failures.
> JobLocalizer normally does not need the native library (libhadoop) for its 
> functioning, but enabling a JNI user-to-group mapping function cause it to 
> load the library. However, JobLocalizer cannot locate the library since 
> "java.library.path" is not set.
> The proposed solution is to pass the java.library.path property through 
> task-controller. LinuxTaskController already does it when launching the task 
> log truncater.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to