You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Jitendra Nath Pandey (JIRA)" <ji...@apache.org> on 2010/06/08 01:02:12 UTC

[jira] Created: (HADOOP-6814) Method in UGI to fet the authentication method of the real user.

Method in UGI to fet the authentication method of the real user.
----------------------------------------------------------------

                 Key: HADOOP-6814
                 URL: https://issues.apache.org/jira/browse/HADOOP-6814
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: Jitendra Nath Pandey
            Assignee: Jitendra Nath Pandey


UGI should have a method to return the authentication method of the real user for a proxy-user scenario.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6814) Method in UGI to get the authentication method of the real user.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878254#action_12878254 ] 

Hudson commented on HADOOP-6814:
--------------------------------

Integrated in Hadoop-Common-trunk #364 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk/364/])
    HADOOP-6814. Adds an API in UserGroupInformation to get the real authentication method of a passed UGI. Contributed by Jitendra Pandey.


> Method in UGI to get the authentication method of the real user.
> ----------------------------------------------------------------
>
>                 Key: HADOOP-6814
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6814
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6814.1.patch, HADOOP-6814.2.patch
>
>
> UGI should have a method to return the authentication method of the real user for a proxy-user scenario.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6814) Method in UGI to get the authentication method of the real user.

Posted by "Jitendra Nath Pandey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jitendra Nath Pandey updated HADOOP-6814:
-----------------------------------------

    Status: Patch Available  (was: Open)

> Method in UGI to get the authentication method of the real user.
> ----------------------------------------------------------------
>
>                 Key: HADOOP-6814
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6814
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6814.1.patch, HADOOP-6814.2.patch
>
>
> UGI should have a method to return the authentication method of the real user for a proxy-user scenario.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6814) Method in UGI to get the authentication method of the real user.

Posted by "Jitendra Nath Pandey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877954#action_12877954 ] 

Jitendra Nath Pandey commented on HADOOP-6814:
----------------------------------------------

Javadoc warnings are unrelated to this patch.

Following warnings are showing up in console output

  [exec]   [javadoc] /grid/0/hudson/hudson-slave/workspace/Hadoop-Patch-h4.grid.sp2.yahoo.net/trunk/src/java/org/apache/hadoop/security/KerberosName.java:29: warning: sun.security.krb5.Config is Sun proprietary API and may be removed in a future release
     [exec]   [javadoc] import sun.security.krb5.Config;
     [exec]   [javadoc]                         ^
     [exec]   [javadoc] /grid/0/hudson/hudson-slave/workspace/Hadoop-Patch-h4.grid.sp2.yahoo.net/trunk/src/java/org/apache/hadoop/security/KerberosName.java:30: warning: sun.security.krb5.KrbException is Sun proprietary API and may be removed in a future release
     [exec]   [javadoc] import sun.security.krb5.KrbException;
     [exec]   [javadoc]                         ^
     [exec]   [javadoc] /grid/0/hudson/hudson-slave/workspace/Hadoop-Patch-h4.grid.sp2.yahoo.net/trunk/src/java/org/apache/hadoop/security/KerberosName.java:77: warning: sun.security.krb5.Config is Sun proprietary API and may be removed in a future release
     [exec]   [javadoc]   private static Config kerbConf;
     [exec]   [javadoc]                  ^
     [exec]   [javadoc] /grid/0/hudson/hudson-slave/workspace/Hadoop-Patch-h4.grid.sp2.yahoo.net/trunk/src/java/org/apache/hadoop/security/SecurityUtil.java:31: warning: sun.security.jgss.krb5.Krb5Util is Sun proprietary API and may be removed in a future release
     [exec]   [javadoc] import sun.security.jgss.krb5.Krb5Util;
     [exec]   [javadoc]                              ^
     [exec]   [javadoc] /grid/0/hudson/hudson-slave/workspace/Hadoop-Patch-h4.grid.sp2.yahoo.net/trunk/src/java/org/apache/hadoop/security/SecurityUtil.java:32: warning: sun.security.krb5.Credentials is Sun proprietary API and may be removed in a future release
     [exec]   [javadoc] import sun.security.krb5.Credentials;
     [exec]   [javadoc]                         ^
     [exec]   [javadoc] /grid/0/hudson/hudson-slave/workspace/Hadoop-Patch-h4.grid.sp2.yahoo.net/trunk/src/java/org/apache/hadoop/security/SecurityUtil.java:33: warning: sun.security.krb5.PrincipalName is Sun proprietary API and may be removed in a future release
     [exec]   [javadoc] import sun.security.krb5.PrincipalName;


> Method in UGI to get the authentication method of the real user.
> ----------------------------------------------------------------
>
>                 Key: HADOOP-6814
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6814
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6814.1.patch, HADOOP-6814.2.patch
>
>
> UGI should have a method to return the authentication method of the real user for a proxy-user scenario.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6814) Method in UGI to get the authentication method of the real user.

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877906#action_12877906 ] 

Hadoop QA commented on HADOOP-6814:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12446884/HADOOP-6814.2.patch
  against trunk revision 953517.

    +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/78/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/78/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/78/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/78/console

This message is automatically generated.

> Method in UGI to get the authentication method of the real user.
> ----------------------------------------------------------------
>
>                 Key: HADOOP-6814
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6814
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6814.1.patch, HADOOP-6814.2.patch
>
>
> UGI should have a method to return the authentication method of the real user for a proxy-user scenario.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6814) Method in UGI to get the authentication method of the real user.

Posted by "Jitendra Nath Pandey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jitendra Nath Pandey updated HADOOP-6814:
-----------------------------------------

    Attachment: HADOOP-6814.2.patch

New patch addressing the comment. The name of the method is changed to getRealAuthenticationMethod.

> Method in UGI to get the authentication method of the real user.
> ----------------------------------------------------------------
>
>                 Key: HADOOP-6814
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6814
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6814.1.patch, HADOOP-6814.2.patch
>
>
> UGI should have a method to return the authentication method of the real user for a proxy-user scenario.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6814) Method in UGI to get the authentication method of the real user.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877962#action_12877962 ] 

Hudson commented on HADOOP-6814:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #296 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk-Commit/296/])
    HADOOP-6814. Adds an API in UserGroupInformation to get the real authentication method of a passed UGI. Contributed by Jitendra Pandey.


> Method in UGI to get the authentication method of the real user.
> ----------------------------------------------------------------
>
>                 Key: HADOOP-6814
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6814
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6814.1.patch, HADOOP-6814.2.patch
>
>
> UGI should have a method to return the authentication method of the real user for a proxy-user scenario.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6814) Method in UGI to get the authentication method of the real user.

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877947#action_12877947 ] 

Hadoop QA commented on HADOOP-6814:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12446884/HADOOP-6814.2.patch
  against trunk revision 953517.

    +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/580/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/580/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/580/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/580/console

This message is automatically generated.

> Method in UGI to get the authentication method of the real user.
> ----------------------------------------------------------------
>
>                 Key: HADOOP-6814
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6814
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6814.1.patch, HADOOP-6814.2.patch
>
>
> UGI should have a method to return the authentication method of the real user for a proxy-user scenario.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6814) Method in UGI to get the authentication method of the real user.

Posted by "Jitendra Nath Pandey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jitendra Nath Pandey updated HADOOP-6814:
-----------------------------------------

    Status: Patch Available  (was: Open)

> Method in UGI to get the authentication method of the real user.
> ----------------------------------------------------------------
>
>                 Key: HADOOP-6814
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6814
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6814.1.patch, HADOOP-6814.2.patch
>
>
> UGI should have a method to return the authentication method of the real user for a proxy-user scenario.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6814) Method in UGI to get the authentication method of the real user.

Posted by "Jitendra Nath Pandey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jitendra Nath Pandey updated HADOOP-6814:
-----------------------------------------

    Status: Open  (was: Patch Available)

> Method in UGI to get the authentication method of the real user.
> ----------------------------------------------------------------
>
>                 Key: HADOOP-6814
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6814
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6814.1.patch, HADOOP-6814.2.patch
>
>
> UGI should have a method to return the authentication method of the real user for a proxy-user scenario.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6814) Method in UGI to fet the authentication method of the real user.

Posted by "Jitendra Nath Pandey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jitendra Nath Pandey updated HADOOP-6814:
-----------------------------------------

    Attachment: HADOOP-6814.1.patch

> Method in UGI to fet the authentication method of the real user.
> ----------------------------------------------------------------
>
>                 Key: HADOOP-6814
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6814
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6814.1.patch
>
>
> UGI should have a method to return the authentication method of the real user for a proxy-user scenario.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6814) Method in UGI to get the authentication method of the real user.

Posted by "Jitendra Nath Pandey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jitendra Nath Pandey updated HADOOP-6814:
-----------------------------------------

           Status: Patch Available  (was: Open)
    Fix Version/s: 0.22.0

> Method in UGI to get the authentication method of the real user.
> ----------------------------------------------------------------
>
>                 Key: HADOOP-6814
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6814
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6814.1.patch
>
>
> UGI should have a method to return the authentication method of the real user for a proxy-user scenario.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6814) Method in UGI to get the authentication method of the real user.

Posted by "Devaraj Das (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877545#action_12877545 ] 

Devaraj Das commented on HADOOP-6814:
-------------------------------------

Minor nit - should we rename getAuthenticationMethod in the patch to getRealAuthenticationMethod or some such (just to stress that this method returns the actual underlying authentication method).

> Method in UGI to get the authentication method of the real user.
> ----------------------------------------------------------------
>
>                 Key: HADOOP-6814
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6814
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6814.1.patch
>
>
> UGI should have a method to return the authentication method of the real user for a proxy-user scenario.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6814) Method in UGI to get the authentication method of the real user.

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876514#action_12876514 ] 

Hadoop QA commented on HADOOP-6814:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12446545/HADOOP-6814.1.patch
  against trunk revision 952471.

    +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 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 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/572/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/572/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/572/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/572/console

This message is automatically generated.

> Method in UGI to get the authentication method of the real user.
> ----------------------------------------------------------------
>
>                 Key: HADOOP-6814
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6814
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6814.1.patch
>
>
> UGI should have a method to return the authentication method of the real user for a proxy-user scenario.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6814) Method in UGI to get the authentication method of the real user.

Posted by "Jitendra Nath Pandey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jitendra Nath Pandey updated HADOOP-6814:
-----------------------------------------

    Summary: Method in UGI to get the authentication method of the real user.  (was: Method in UGI to fet the authentication method of the real user.)

> Method in UGI to get the authentication method of the real user.
> ----------------------------------------------------------------
>
>                 Key: HADOOP-6814
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6814
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6814.1.patch
>
>
> UGI should have a method to return the authentication method of the real user for a proxy-user scenario.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6814) Method in UGI to get the authentication method of the real user.

Posted by "Devaraj Das (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Devaraj Das updated HADOOP-6814:
--------------------------------

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed

I just committed this. Thanks, Jitendra!

> Method in UGI to get the authentication method of the real user.
> ----------------------------------------------------------------
>
>                 Key: HADOOP-6814
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6814
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6814.1.patch, HADOOP-6814.2.patch
>
>
> UGI should have a method to return the authentication method of the real user for a proxy-user scenario.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6814) Method in UGI to get the authentication method of the real user.

Posted by "Jitendra Nath Pandey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jitendra Nath Pandey updated HADOOP-6814:
-----------------------------------------

    Status: Open  (was: Patch Available)

> Method in UGI to get the authentication method of the real user.
> ----------------------------------------------------------------
>
>                 Key: HADOOP-6814
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6814
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6814.1.patch, HADOOP-6814.2.patch
>
>
> UGI should have a method to return the authentication method of the real user for a proxy-user scenario.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.