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 "Jakob Homan (JIRA)" <ji...@apache.org> on 2010/07/31 00:53:16 UTC

[jira] Created: (HADOOP-6892) Common component of HDFS-1150 (Verify datanodes' identities to clients in secure clusters)

Common component of HDFS-1150 (Verify datanodes' identities to clients in secure clusters)
------------------------------------------------------------------------------------------

                 Key: HADOOP-6892
                 URL: https://issues.apache.org/jira/browse/HADOOP-6892
             Project: Hadoop Common
          Issue Type: New Feature
          Components: security
    Affects Versions: 0.22.0
            Reporter: Jakob Homan
            Assignee: Jakob Homan
             Fix For: 0.22.0


HDFS-1150 will have changes to the start-up scripts and HttpServer.  These are handled here.

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


[jira] Updated: (HADOOP-6892) Common component of HDFS-1150 (Verify datanodes' identities to clients in secure clusters)

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

Jakob Homan updated HADOOP-6892:
--------------------------------

    Attachment: HADOOP-6892.patch

Patch for trunk.  It's actually smaller than it appears.  HttpServer had some strangely indented code that patch moved in and out of.  Straight forward port of 20 work.

> Common component of HDFS-1150 (Verify datanodes' identities to clients in secure clusters)
> ------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6892
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6892
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: security
>    Affects Versions: 0.22.0
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6892.patch
>
>
> HDFS-1150 will have changes to the start-up scripts and HttpServer.  These are handled here.

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


[jira] Commented: (HADOOP-6892) Common component of HDFS-1150 (Verify datanodes' identities to clients in secure clusters)

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

Jakob Homan commented on HADOOP-6892:
-------------------------------------

I believe the javadoc warning is bogus.  None of the reported warnings have to do with this patch:
{noformat}
     [exec]   [javadoc] Constructing Javadoc information...
     [exec]   [javadoc] /grid/0/hudson/hudson-slave/workspace/Hadoop-Patch-h4.grid.sp2.yahoo.net/trunk/src/java/org/apache/hadoop/security/KerberosName.java:31: 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:32: 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:81: 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:39: 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:40: 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:41: warning: sun.security.krb5.PrincipalName is Sun proprietary API and may be removed in a future release
     [exec]   [javadoc] import sun.security.krb5.PrincipalName;
     [exec]   [javadoc]                         ^
     [exec]   [javadoc] ExcludePrivateAnnotationsStandardDoclet{noformat}

> Common component of HDFS-1150 (Verify datanodes' identities to clients in secure clusters)
> ------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6892
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6892
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: security
>    Affects Versions: 0.22.0
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6892.patch
>
>
> HDFS-1150 will have changes to the start-up scripts and HttpServer.  These are handled here.

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


[jira] Updated: (HADOOP-6892) Common component of HDFS-1150 (Verify datanodes' identities to clients in secure clusters)

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

Jakob Homan updated HADOOP-6892:
--------------------------------

    Status: Patch Available  (was: Open)

submitting patch.

> Common component of HDFS-1150 (Verify datanodes' identities to clients in secure clusters)
> ------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6892
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6892
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: security
>    Affects Versions: 0.22.0
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6892.patch
>
>
> HDFS-1150 will have changes to the start-up scripts and HttpServer.  These are handled here.

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


[jira] Updated: (HADOOP-6892) Common component of HDFS-1150 (Verify datanodes' identities to clients in secure clusters)

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

Jakob Homan updated HADOOP-6892:
--------------------------------

          Status: Resolved  (was: Patch Available)
    Hadoop Flags: [Reviewed]
      Resolution: Fixed

Thanks for the review, Devaraj.  I've committed this.  Resolving as fixed. 

> Common component of HDFS-1150 (Verify datanodes' identities to clients in secure clusters)
> ------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6892
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6892
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: security
>    Affects Versions: 0.22.0
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6892.patch
>
>
> HDFS-1150 will have changes to the start-up scripts and HttpServer.  These are handled here.

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


[jira] Commented: (HADOOP-6892) Common component of HDFS-1150 (Verify datanodes' identities to clients in secure clusters)

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

Devaraj Das commented on HADOOP-6892:
-------------------------------------

+1


> Common component of HDFS-1150 (Verify datanodes' identities to clients in secure clusters)
> ------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6892
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6892
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: security
>    Affects Versions: 0.22.0
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6892.patch
>
>
> HDFS-1150 will have changes to the start-up scripts and HttpServer.  These are handled here.

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


[jira] Commented: (HADOOP-6892) Common component of HDFS-1150 (Verify datanodes' identities to clients in secure clusters)

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

Hadoop QA commented on HADOOP-6892:
-----------------------------------

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

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

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

This message is automatically generated.

> Common component of HDFS-1150 (Verify datanodes' identities to clients in secure clusters)
> ------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6892
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6892
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: security
>    Affects Versions: 0.22.0
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6892.patch
>
>
> HDFS-1150 will have changes to the start-up scripts and HttpServer.  These are handled here.

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