[
https://issues.apache.org/jira/browse/HADOOP-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12917862#action_12917862
]
Konstantin Boudnik commented on HADOOP-6944:
--------------------------------------------
I have manually ran {{test-patch.sh}} to make sure that patch is Ok
{noformat}
+1 overall.
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 5 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 system tests framework. The patch passed system tests framework compile.
{noformat}
> [Herriot] Implement a functionality for getting proxy users definitions like
> groups and hosts.
> ----------------------------------------------------------------------------------------------
>
> Key: HADOOP-6944
> URL: https://issues.apache.org/jira/browse/HADOOP-6944
> Project: Hadoop Common
> Issue Type: Task
> Components: test
> Affects Versions: 0.20.3
> Reporter: Vinay Kumar Thota
> Assignee: Vinay Kumar Thota
> Attachments: HADOOP-6944.patch, HADOOP-6944.patch, HADOOP-6944.patch,
> HADOOP-6944.patch, HADOOP-6944.patch
>
>
> Gridmix should require a proxy user's file for impersonating various jobs.
> So, implement couple of methods for getting the proxy users list and a proxy
> users file (it's a combination of proxy users and groups) based on cluster
> configuration.
> The proxy users list should require for map reduce jobs and proxy users file
> should require for gridmix jobs.
> The following are methods signature,
> public ProxyUserDefinitions getHadoopProxyUsers() - get the list of proxy
> users list based on cluster configuration.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.