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 "Alejandro Abdelnur (Created) (JIRA)" <ji...@apache.org> on 2012/02/17 20:15:59 UTC

[jira] [Created] (HADOOP-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
-------------------------------------------------------------------------------------------------------

                 Key: HADOOP-8086
                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
             Project: Hadoop Common
          Issue Type: Improvement
          Components: security
    Affects Versions: 0.24.0, 0.23.2
            Reporter: Alejandro Abdelnur
            Assignee: Alejandro Abdelnur
             Fix For: 0.23.2




--
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-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

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

Alejandro Abdelnur updated HADOOP-8086:
---------------------------------------

    Status: Patch Available  (was: Open)
    
> KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8086
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.2, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Minor
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8086.patch
>
>


--
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-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

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

Alejandro Abdelnur updated HADOOP-8086:
---------------------------------------

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

committed to trunk and branch-2
                
> KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8086
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.2, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: HADOOP-8086.patch
>
>


--
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-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

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

Alejandro Abdelnur updated HADOOP-8086:
---------------------------------------

    Attachment: HADOOP-8086.patch
    
> KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8086
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.2, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Minor
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8086.patch
>
>


--
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-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

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

Hudson commented on HADOOP-8086:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #2014 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2014/])
    HADOOP-8086. KerberosName silently sets defaultRealm to empty if the Kerberos config is not found, it should log a WARN (tucu) (Revision 1310233)

     Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1310233
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

                
> KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8086
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.2, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: HADOOP-8086.patch
>
>


--
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-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

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

Todd Lipcon commented on HADOOP-8086:
-------------------------------------

This patch seems to use slf4j, whereas we use commons-logging elsewhere. Is this something particular to the hadoop-auth component? Or just a mistake?
                
> KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8086
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.2, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Minor
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8086.patch
>
>


--
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-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

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

Eli Collins commented on HADOOP-8086:
-------------------------------------

Hey guys, was this tested on a non-kerb config? I get a "Kerberos krb5 configuration not found" warning now every time I use the hadoop command in 2.0-alpha.

bq. @Todd, yes, hadoop-auth uses slf4j.

Todd asked *why* hadoop-auth uses slf4j. Why be inconsistent? I'll file a jira.
                
> KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8086
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.2, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: HADOOP-8086.patch
>
>


--
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-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

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

Hudson commented on HADOOP-8086:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2089 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2089/])
    HADOOP-8086. KerberosName silently sets defaultRealm to empty if the Kerberos config is not found, it should log a WARN (tucu) (Revision 1310233)

     Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1310233
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

                
> KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8086
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.2, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: HADOOP-8086.patch
>
>


--
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-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

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

Devaraj K commented on HADOOP-8086:
-----------------------------------

As per my understanding it is intended because KerberosAuthenticationHandler.java also does the same way in hadoop-auth.  Anyway Alejandro can confirm this.
                
> KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8086
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.2, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Minor
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8086.patch
>
>


--
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-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

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

Alejandro Abdelnur commented on HADOOP-8086:
--------------------------------------------

no testcase, it is a log message what this patch adds
                
> KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8086
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.2, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Minor
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8086.patch
>
>


--
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-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

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

Devaraj K commented on HADOOP-8086:
-----------------------------------

Patch looks good to me, +1(non-binding) for the patch.

Thanks Alejandro.
                
> KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8086
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.2, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Minor
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8086.patch
>
>


--
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-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

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

Alejandro Abdelnur commented on HADOOP-8086:
--------------------------------------------

@Todd, yes, hadoop-auth uses slf4j. thxs
                
> KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8086
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.2, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Minor
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8086.patch
>
>


--
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-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

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

Hudson commented on HADOOP-8086:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2028 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2028/])
    HADOOP-8086. KerberosName silently sets defaultRealm to empty if the Kerberos config is not found, it should log a WARN (tucu) (Revision 1310233)

     Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1310233
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

                
> KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8086
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.2, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: HADOOP-8086.patch
>
>


--
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-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

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

Alejandro Abdelnur commented on HADOOP-8086:
--------------------------------------------

@Eli, hadoop-auth uses slf4j since alfredo days, the choice was made because of its built-in capability to construct log messages with simple templating. 

Given that is a thin layer on top of log4j, and it is already pulled by Hadoop, I didn't see the need to refactor it to commons-logging. 
                
> KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8086
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.2, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: HADOOP-8086.patch
>
>


--
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-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

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

Hadoop QA commented on HADOOP-8086:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12521479/HADOOP-8086.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 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 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 .

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

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

This message is automatically generated.
                
> KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8086
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.2, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Minor
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8086.patch
>
>


--
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-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

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

Todd Lipcon commented on HADOOP-8086:
-------------------------------------

OK. I will pretend that that makes sense, and give a +1 for this patch then.
                
> KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8086
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.2, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Minor
>             Fix For: 0.23.2
>
>         Attachments: HADOOP-8086.patch
>
>


--
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-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

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

Hudson commented on HADOOP-8086:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1041 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1041/])
    HADOOP-8086. KerberosName silently sets defaultRealm to empty if the Kerberos config is not found, it should log a WARN (tucu) (Revision 1310233)

     Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1310233
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

                
> KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8086
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.2, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: HADOOP-8086.patch
>
>


--
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-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

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

Alejandro Abdelnur updated HADOOP-8086:
---------------------------------------

    Priority: Minor  (was: Major)
    
> KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8086
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Minor
>             Fix For: 0.23.2
>
>


--
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-8086) KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN

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

Hudson commented on HADOOP-8086:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #1006 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1006/])
    HADOOP-8086. KerberosName silently sets defaultRealm to empty if the Kerberos config is not found, it should log a WARN (tucu) (Revision 1310233)

     Result = FAILURE
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1310233
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

                
> KerberosName silently sets defaultRealm to "" if the Kerberos config is not found, it should log a WARN
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8086
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8086
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.2, 0.24.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: HADOOP-8086.patch
>
>


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