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 "Eli Collins (JIRA)" <ji...@apache.org> on 2012/05/15 18:38:21 UTC

[jira] [Created] (HADOOP-8400) All commands warn "Kerberos krb5 configuration not found" when security is not enabled

Eli Collins created HADOOP-8400:
-----------------------------------

             Summary: All commands warn "Kerberos krb5 configuration not found" when security is not enabled
                 Key: HADOOP-8400
                 URL: https://issues.apache.org/jira/browse/HADOOP-8400
             Project: Hadoop Common
          Issue Type: Bug
          Components: security
    Affects Versions: 2.0.0
            Reporter: Eli Collins
            Assignee: Alejandro Abdelnur


Post HADOOP-8086 I get "Kerberos krb5 configuration not found, setting default realm to empty" warnings when running Hadoop commands even though I don't have kerb enabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8400) All commands warn "Kerberos krb5 configuration not found" when security is not enabled

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

Alejandro Abdelnur updated HADOOP-8400:
---------------------------------------

    Attachment: HADOOP-8400.patch

changing log from warn to debug
                
> All commands warn "Kerberos krb5 configuration not found" when security is not enabled
> --------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Eli Collins
>            Assignee: Alejandro Abdelnur
>         Attachments: HADOOP-8400.patch
>
>
> Post HADOOP-8086 I get "Kerberos krb5 configuration not found, setting default realm to empty" warnings when running Hadoop commands even though I don't have kerb enabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8400) All commands warn "Kerberos krb5 configuration not found" when security is not enabled

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

Hadoop QA commented on HADOOP-8400:
-----------------------------------

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

    +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 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in hadoop-common-project/hadoop-auth.

    +1 contrib tests.  The patch passed contrib unit tests.

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

This message is automatically generated.
                
> All commands warn "Kerberos krb5 configuration not found" when security is not enabled
> --------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Eli Collins
>            Assignee: Alejandro Abdelnur
>         Attachments: HADOOP-8400.patch
>
>
> Post HADOOP-8086 I get "Kerberos krb5 configuration not found, setting default realm to empty" warnings when running Hadoop commands even though I don't have kerb enabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8400) All commands warn "Kerberos krb5 configuration not found" when security is not enabled

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

Alejandro Abdelnur updated HADOOP-8400:
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.1
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

committed to trunk and branch-2
                
> All commands warn "Kerberos krb5 configuration not found" when security is not enabled
> --------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Eli Collins
>            Assignee: Alejandro Abdelnur
>             Fix For: 2.0.1
>
>         Attachments: HADOOP-8400.patch
>
>
> Post HADOOP-8086 I get "Kerberos krb5 configuration not found, setting default realm to empty" warnings when running Hadoop commands even though I don't have kerb enabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8400) All commands warn "Kerberos krb5 configuration not found" when security is not enabled

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

Eli Collins commented on HADOOP-8400:
-------------------------------------

Perhaps just make the log-level debug instead of warn?
                
> All commands warn "Kerberos krb5 configuration not found" when security is not enabled
> --------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Eli Collins
>            Assignee: Alejandro Abdelnur
>
> Post HADOOP-8086 I get "Kerberos krb5 configuration not found, setting default realm to empty" warnings when running Hadoop commands even though I don't have kerb enabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8400) All commands warn "Kerberos krb5 configuration not found" when security is not enabled

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

Alejandro Abdelnur updated HADOOP-8400:
---------------------------------------

    Status: Patch Available  (was: Open)
    
> All commands warn "Kerberos krb5 configuration not found" when security is not enabled
> --------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Eli Collins
>            Assignee: Alejandro Abdelnur
>         Attachments: HADOOP-8400.patch
>
>
> Post HADOOP-8086 I get "Kerberos krb5 configuration not found, setting default realm to empty" warnings when running Hadoop commands even though I don't have kerb enabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8400) All commands warn "Kerberos krb5 configuration not found" when security is not enabled

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

Hudson commented on HADOOP-8400:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2328 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2328/])
    HADOOP-8400. All commands warn 'Kerberos krb5 configuration not found' when security is not enabled. (tucu) (Revision 1339298)

     Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1339298
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/util/KerberosName.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> All commands warn "Kerberos krb5 configuration not found" when security is not enabled
> --------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Eli Collins
>            Assignee: Alejandro Abdelnur
>             Fix For: 2.0.1
>
>         Attachments: HADOOP-8400.patch
>
>
> Post HADOOP-8086 I get "Kerberos krb5 configuration not found, setting default realm to empty" warnings when running Hadoop commands even though I don't have kerb enabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8400) All commands warn "Kerberos krb5 configuration not found" when security is not enabled

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

Hudson commented on HADOOP-8400:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #1047 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1047/])
    HADOOP-8400. All commands warn 'Kerberos krb5 configuration not found' when security is not enabled. (tucu) (Revision 1339298)

     Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1339298
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/util/KerberosName.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> All commands warn "Kerberos krb5 configuration not found" when security is not enabled
> --------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Eli Collins
>            Assignee: Alejandro Abdelnur
>             Fix For: 2.0.1
>
>         Attachments: HADOOP-8400.patch
>
>
> Post HADOOP-8086 I get "Kerberos krb5 configuration not found, setting default realm to empty" warnings when running Hadoop commands even though I don't have kerb enabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8400) All commands warn "Kerberos krb5 configuration not found" when security is not enabled

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

Hudson commented on HADOOP-8400:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2271 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2271/])
    HADOOP-8400. All commands warn 'Kerberos krb5 configuration not found' when security is not enabled. (tucu) (Revision 1339298)

     Result = ABORTED
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1339298
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/util/KerberosName.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> All commands warn "Kerberos krb5 configuration not found" when security is not enabled
> --------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Eli Collins
>            Assignee: Alejandro Abdelnur
>             Fix For: 2.0.1
>
>         Attachments: HADOOP-8400.patch
>
>
> Post HADOOP-8086 I get "Kerberos krb5 configuration not found, setting default realm to empty" warnings when running Hadoop commands even though I don't have kerb enabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8400) All commands warn "Kerberos krb5 configuration not found" when security is not enabled

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

Eli Collins commented on HADOOP-8400:
-------------------------------------

+1
                
> All commands warn "Kerberos krb5 configuration not found" when security is not enabled
> --------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Eli Collins
>            Assignee: Alejandro Abdelnur
>         Attachments: HADOOP-8400.patch
>
>
> Post HADOOP-8086 I get "Kerberos krb5 configuration not found, setting default realm to empty" warnings when running Hadoop commands even though I don't have kerb enabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8400) All commands warn "Kerberos krb5 configuration not found" when security is not enabled

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

Hudson commented on HADOOP-8400:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1082 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1082/])
    HADOOP-8400. All commands warn 'Kerberos krb5 configuration not found' when security is not enabled. (tucu) (Revision 1339298)

     Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1339298
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/util/KerberosName.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> All commands warn "Kerberos krb5 configuration not found" when security is not enabled
> --------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Eli Collins
>            Assignee: Alejandro Abdelnur
>             Fix For: 2.0.1
>
>         Attachments: HADOOP-8400.patch
>
>
> Post HADOOP-8086 I get "Kerberos krb5 configuration not found, setting default realm to empty" warnings when running Hadoop commands even though I don't have kerb enabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8400) All commands warn "Kerberos krb5 configuration not found" when security is not enabled

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

Alejandro Abdelnur commented on HADOOP-8400:
--------------------------------------------

arghh, the problem here is that hadoop-auth does not have Configuration in the classpath, thus we cannot check if security is enabled or not. I'm kind of inclined to revert HADOOP-8086.

thoughts.
                
> All commands warn "Kerberos krb5 configuration not found" when security is not enabled
> --------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Eli Collins
>            Assignee: Alejandro Abdelnur
>
> Post HADOOP-8086 I get "Kerberos krb5 configuration not found, setting default realm to empty" warnings when running Hadoop commands even though I don't have kerb enabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8400) All commands warn "Kerberos krb5 configuration not found" when security is not enabled

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

Hudson commented on HADOOP-8400:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #2254 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2254/])
    HADOOP-8400. All commands warn 'Kerberos krb5 configuration not found' when security is not enabled. (tucu) (Revision 1339298)

     Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1339298
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/util/KerberosName.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> All commands warn "Kerberos krb5 configuration not found" when security is not enabled
> --------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0
>            Reporter: Eli Collins
>            Assignee: Alejandro Abdelnur
>             Fix For: 2.0.1
>
>         Attachments: HADOOP-8400.patch
>
>
> Post HADOOP-8086 I get "Kerberos krb5 configuration not found, setting default realm to empty" warnings when running Hadoop commands even though I don't have kerb enabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (HADOOP-8400) All commands warn "Kerberos krb5 configuration not found" when security is not enabled

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

Arun C Murthy closed HADOOP-8400.
---------------------------------

    
> All commands warn "Kerberos krb5 configuration not found" when security is not enabled
> --------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.0.0-alpha
>            Reporter: Eli Collins
>            Assignee: Alejandro Abdelnur
>             Fix For: 2.0.2-alpha
>
>         Attachments: HADOOP-8400.patch
>
>
> Post HADOOP-8086 I get "Kerberos krb5 configuration not found, setting default realm to empty" warnings when running Hadoop commands even though I don't have kerb enabled.

--
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