[
https://issues.apache.org/jira/browse/MAPREDUCE-871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745637#action_12745637
]
Hadoop QA commented on MAPREDUCE-871:
-------------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12417121/MAPREDUCE-871-20090820.1.txt
against trunk revision 806152.
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 6 new or modified tests.
+1 javadoc. The javadoc tool did not generate any warning messages.
+1 javac. The applied patch does not increase the total number of javac
compiler warnings.
+1 findbugs. The patch does not introduce any new Findbugs warnings.
+1 release audit. The applied patch does not increase the total number of
release audit warnings.
-1 core tests. The patch failed core unit tests.
-1 contrib tests. The patch failed contrib unit tests.
Test results:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/498/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/498/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/498/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-vesta.apache.org/498/console
This message is automatically generated.
> Job/Task local files have incorrect group ownership set by
> LinuxTaskController binary
> -------------------------------------------------------------------------------------
>
> Key: MAPREDUCE-871
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-871
> Project: Hadoop Map/Reduce
> Issue Type: Sub-task
> Components: tasktracker
> Reporter: Vinod K V
> Assignee: Vinod K V
> Attachments: MAPREDUCE-871-20090820.1.txt
>
>
> HADOOP-4491 fixed the secure permissions of local files on a TT. While
> testing HADOOP-4491 on a cluster, [~karams] found out a bug. All the
> files/dirs have should be owned by the group corresponding to the group owner
> of the task-controller binary (via using getegid()) which in turn is a
> special group to which *only* TT user belongs. HADOOP-4491 incorrectly set it
> to primary group of the TT via getgid(), and not the special group.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.