[
https://issues.apache.org/jira/browse/HADOOP-6839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12887551#action_12887551
]
Hadoop QA commented on HADOOP-6839:
-----------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12449274/HADOOP-6839.patch
against trunk revision 963490.
+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-h1.grid.sp2.yahoo.net/87/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/87/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/87/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/87/console
This message is automatically generated.
> [Herriot] Implement a functionality for getting the user list for creating
> proxy users.
> ---------------------------------------------------------------------------------------
>
> Key: HADOOP-6839
> URL: https://issues.apache.org/jira/browse/HADOOP-6839
> Project: Hadoop Common
> Issue Type: Task
> Components: test
> Affects Versions: 0.21.0
> Reporter: Vinay Kumar Thota
> Assignee: Vinay Kumar Thota
> Attachments: 6839-ydist-security.patch, 6839-ydist-security.patch,
> HADOOP-6839.patch, HADOOP-6839.patch
>
>
> Develop a new method for getting the user list.
> Method signature is
> public ArrayList<String> getHadoopMultiUsersList() throws IOException;
> Add new attribute in system-test.xml file for getting userlist path.
> For submitting the jobs as different user a proxy user id is needed. So,get
> the available users from a userlist and then pass the user as proxy instead
> of hardcoding user id in a test.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.