[
https://issues.apache.org/jira/browse/HADOOP-6875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12891713#action_12891713
]
Hadoop QA commented on HADOOP-6875:
-----------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12450293/HADOOP-6875.patch
against trunk revision 966919.
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 3 new or modified tests.
-1 javadoc. The javadoc tool appears to have generated 1 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 passed core unit tests.
+1 contrib tests. The patch passed contrib unit tests.
Test results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/629/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/629/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/629/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/629/console
This message is automatically generated.
> [Herriot] Couple of issues occurred while running the tests in a cluster with
> security enabled.
> -----------------------------------------------------------------------------------------------
>
> Key: HADOOP-6875
> URL: https://issues.apache.org/jira/browse/HADOOP-6875
> Project: Hadoop Common
> Issue Type: Bug
> Components: test
> Reporter: Vinay Kumar Thota
> Assignee: Vinay Kumar Thota
> Attachments: 1913-ydist-security.patch, 6875-ydist-security.patch,
> 6875-ydist-security.patch, HADOOP-6875.patch, HADOOP-6875.patch,
> MAPREDUCE-1913.patch
>
>
> 1. New configuration directory is not cleaning up after resetting to default
> configuration directory in a pushconfig functionality. Because of this
> reason, it's giving permission denied problem for a folder, if other user
> tried running the tests in the same cluster with pushconfig functionality. I
> could see this issue while running the tests on a cluster with security
> enabled and different user.
> I have added the functionality for above issue and attaching the patch
> 2. Throwing IOException and it says token is expired while running the
> tests. I could see this issue in a secure cluster.
> This issue has been resolved by setting the following attribute in the
> configuration.
> mapreduce.job.complete.cancel.delegation.tokens=false
>
> adding/updating this attribute in the push configuration functionality while
> creating the new configuration.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.