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 "Daryn Sharp (JIRA)" <ji...@apache.org> on 2012/11/04 01:25:12 UTC

[jira] [Created] (HADOOP-9010) Map UGI authenticationMethod to RPC authMethod

Daryn Sharp created HADOOP-9010:
-----------------------------------

             Summary: Map UGI authenticationMethod to RPC authMethod
                 Key: HADOOP-9010
                 URL: https://issues.apache.org/jira/browse/HADOOP-9010
             Project: Hadoop Common
          Issue Type: Sub-task
    Affects Versions: 0.23.0, 3.0.0, 2.0.3-alpha
            Reporter: Daryn Sharp
            Assignee: Daryn Sharp


The UGI's authenticationMethod needs a forward mapping to the RPC/SASL authMethod.  This will allow for the RPC client to eventually use the UGI's authenticationMethod to derive the authMethod instead of assuming security on is kerberos and security off is simple.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HADOOP-9010) Map UGI authenticationMethod to RPC authMethod

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

Daryn Sharp updated HADOOP-9010:
--------------------------------

    Attachment: HADOOP-9010.patch
    
> Map UGI authenticationMethod to RPC authMethod
> ----------------------------------------------
>
>                 Key: HADOOP-9010
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9010
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs, security
>    Affects Versions: 0.23.0, 3.0.0, 2.0.3-alpha
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-9010.patch
>
>
> The UGI's authenticationMethod needs a forward mapping to the RPC/SASL authMethod.  This will allow for the RPC client to eventually use the UGI's authenticationMethod to derive the authMethod instead of assuming security on is kerberos and security off is simple.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-9010) Map UGI authenticationMethod to RPC authMethod

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

Hudson commented on HADOOP-9010:
--------------------------------

Integrated in Hadoop-Yarn-trunk #28 (See [https://builds.apache.org/job/Hadoop-Yarn-trunk/28/])
    HADOOP-9010. Map UGI authenticationMethod to RPC authMethod (daryn via bobby) (Revision 1405910)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1405910
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/SaslRpcServer.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/UserGroupInformation.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestUserGroupInformation.java

                
> Map UGI authenticationMethod to RPC authMethod
> ----------------------------------------------
>
>                 Key: HADOOP-9010
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9010
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs, security
>    Affects Versions: 0.23.0, 3.0.0, 2.0.3-alpha
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 3.0.0, 2.0.3-alpha
>
>         Attachments: HADOOP-9010.patch
>
>
> The UGI's authenticationMethod needs a forward mapping to the RPC/SASL authMethod.  This will allow for the RPC client to eventually use the UGI's authenticationMethod to derive the authMethod instead of assuming security on is kerberos and security off is simple.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-9010) Map UGI authenticationMethod to RPC authMethod

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

Hudson commented on HADOOP-9010:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #1218 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1218/])
    HADOOP-9010. Map UGI authenticationMethod to RPC authMethod (daryn via bobby) (Revision 1405910)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1405910
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/SaslRpcServer.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/UserGroupInformation.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestUserGroupInformation.java

                
> Map UGI authenticationMethod to RPC authMethod
> ----------------------------------------------
>
>                 Key: HADOOP-9010
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9010
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs, security
>    Affects Versions: 0.23.0, 3.0.0, 2.0.3-alpha
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 3.0.0, 2.0.3-alpha
>
>         Attachments: HADOOP-9010.patch
>
>
> The UGI's authenticationMethod needs a forward mapping to the RPC/SASL authMethod.  This will allow for the RPC client to eventually use the UGI's authenticationMethod to derive the authMethod instead of assuming security on is kerberos and security off is simple.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HADOOP-9010) Map UGI authenticationMethod to RPC authMethod

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

Daryn Sharp updated HADOOP-9010:
--------------------------------

    Status: Patch Available  (was: Open)
    
> Map UGI authenticationMethod to RPC authMethod
> ----------------------------------------------
>
>                 Key: HADOOP-9010
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9010
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs, security
>    Affects Versions: 0.23.0, 3.0.0, 2.0.3-alpha
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-9010.patch
>
>
> The UGI's authenticationMethod needs a forward mapping to the RPC/SASL authMethod.  This will allow for the RPC client to eventually use the UGI's authenticationMethod to derive the authMethod instead of assuming security on is kerberos and security off is simple.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-9010) Map UGI authenticationMethod to RPC authMethod

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

Hudson commented on HADOOP-9010:
--------------------------------

Integrated in Hadoop-trunk-Commit #2955 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/2955/])
    HADOOP-9010. Map UGI authenticationMethod to RPC authMethod (daryn via bobby) (Revision 1405910)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1405910
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/SaslRpcServer.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/UserGroupInformation.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestUserGroupInformation.java

                
> Map UGI authenticationMethod to RPC authMethod
> ----------------------------------------------
>
>                 Key: HADOOP-9010
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9010
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs, security
>    Affects Versions: 0.23.0, 3.0.0, 2.0.3-alpha
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 3.0.0, 2.0.3-alpha
>
>         Attachments: HADOOP-9010.patch
>
>
> The UGI's authenticationMethod needs a forward mapping to the RPC/SASL authMethod.  This will allow for the RPC client to eventually use the UGI's authenticationMethod to derive the authMethod instead of assuming security on is kerberos and security off is simple.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-9010) Map UGI authenticationMethod to RPC authMethod

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

Robert Joseph Evans commented on HADOOP-9010:
---------------------------------------------

Sorry I got ahead of myself +1. looks good to me.
                
> Map UGI authenticationMethod to RPC authMethod
> ----------------------------------------------
>
>                 Key: HADOOP-9010
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9010
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs, security
>    Affects Versions: 0.23.0, 3.0.0, 2.0.3-alpha
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 3.0.0, 2.0.3-alpha
>
>         Attachments: HADOOP-9010.patch
>
>
> The UGI's authenticationMethod needs a forward mapping to the RPC/SASL authMethod.  This will allow for the RPC client to eventually use the UGI's authenticationMethod to derive the authMethod instead of assuming security on is kerberos and security off is simple.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-9010) Map UGI authenticationMethod to RPC authMethod

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

Hudson commented on HADOOP-9010:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1248 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1248/])
    HADOOP-9010. Map UGI authenticationMethod to RPC authMethod (daryn via bobby) (Revision 1405910)

     Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1405910
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/SaslRpcServer.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/UserGroupInformation.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestUserGroupInformation.java

                
> Map UGI authenticationMethod to RPC authMethod
> ----------------------------------------------
>
>                 Key: HADOOP-9010
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9010
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs, security
>    Affects Versions: 0.23.0, 3.0.0, 2.0.3-alpha
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 3.0.0, 2.0.3-alpha
>
>         Attachments: HADOOP-9010.patch
>
>
> The UGI's authenticationMethod needs a forward mapping to the RPC/SASL authMethod.  This will allow for the RPC client to eventually use the UGI's authenticationMethod to derive the authMethod instead of assuming security on is kerberos and security off is simple.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HADOOP-9010) Map UGI authenticationMethod to RPC authMethod

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

Robert Joseph Evans updated HADOOP-9010:
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.3-alpha
                   3.0.0
           Status: Resolved  (was: Patch Available)

Thanks Daryn,

I pulled this into branch-2 and trunk.
                
> Map UGI authenticationMethod to RPC authMethod
> ----------------------------------------------
>
>                 Key: HADOOP-9010
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9010
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs, security
>    Affects Versions: 0.23.0, 3.0.0, 2.0.3-alpha
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 3.0.0, 2.0.3-alpha
>
>         Attachments: HADOOP-9010.patch
>
>
> The UGI's authenticationMethod needs a forward mapping to the RPC/SASL authMethod.  This will allow for the RPC client to eventually use the UGI's authenticationMethod to derive the authMethod instead of assuming security on is kerberos and security off is simple.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-9010) Map UGI authenticationMethod to RPC authMethod

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

Hadoop QA commented on HADOOP-9010:
-----------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12552005/HADOOP-9010.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 new or modified test files.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 javadoc{color}.  The javadoc tool did not generate any warning messages.

    {color:green}+1 eclipse:eclipse{color}.  The patch built with eclipse:eclipse.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in hadoop-common-project/hadoop-common.

    {color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/1705//testReport/
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/1705//console

This message is automatically generated.
                
> Map UGI authenticationMethod to RPC authMethod
> ----------------------------------------------
>
>                 Key: HADOOP-9010
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9010
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs, security
>    Affects Versions: 0.23.0, 3.0.0, 2.0.3-alpha
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>         Attachments: HADOOP-9010.patch
>
>
> The UGI's authenticationMethod needs a forward mapping to the RPC/SASL authMethod.  This will allow for the RPC client to eventually use the UGI's authenticationMethod to derive the authMethod instead of assuming security on is kerberos and security off is simple.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira