[
https://issues.apache.org/jira/browse/HADOOP-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568296#action_12568296
]
Hadoop QA commented on HADOOP-2683:
-----------------------------------
+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12375398/2683_20080212.patch
against trunk revision 619744.
@author +1. The patch does not contain any @author tags.
tests included +1. The patch appears to include 3 new or modified tests.
javadoc +1. The javadoc tool did not generate any warning messages.
javac +1. The applied patch does not generate any new javac compiler
warnings.
release audit +1. The applied patch does not generate any new release
audit warnings.
findbugs +1. The patch does not introduce any new Findbugs warnings.
core tests +1. The patch passed core unit tests.
contrib tests +1. The patch passed contrib unit tests.
Test results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1783/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1783/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1783/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1783/console
This message is automatically generated.
> Provide a way to specifiy login out side an RPC
> -----------------------------------------------
>
> Key: HADOOP-2683
> URL: https://issues.apache.org/jira/browse/HADOOP-2683
> Project: Hadoop Core
> Issue Type: Bug
> Components: dfs
> Affects Versions: 0.16.0
> Reporter: Raghu Angadi
> Assignee: Tsz Wo (Nicholas), SZE
> Priority: Blocker
> Fix For: 0.16.1
>
> Attachments: 2683_20080211.patch, 2683_20080211b.patch,
> 2683_20080212.patch
>
>
> Requirements AFIK :
> It is required in some special cases (benchmarks etc) to invoke NameNode
> functionality without an RPC. For this users should be able to set user
> information that is otherwise available only an RPC.
> Patch for HADOOP-1298 includes a change to Server.java so that
> {{Server.getUserInfo()}} does not need to in an RPC. This probably will be
> replaced by patch here.
> Please include any other Jira's that depend on this.
> Proposed fix:
> - UserGroupInformation becomes an abstract class
> - public static UserGroupInformation.getUserInfo() is added. which usually
> just returns Server.getUserInfo();
> - public static UserGroupInformation.setUserInfo(UserGroupInformation) sets
> a thread local that will returned if Server.getUserInfo() returns null.
> - all invocations of Server.getUserInfo() will be replaced by
> UserGroupInformation.getUserInfo().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.