HADOOP-8400. All commands warn 'Kerberos krb5 configuration not found' when security is not enabled. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1339298 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7286e8a9da
commit
235502d60b
|
@ -84,7 +84,7 @@ public class KerberosName {
|
|||
try {
|
||||
defaultRealm = KerberosUtil.getDefaultRealm();
|
||||
} catch (Exception ke) {
|
||||
LOG.warn("Kerberos krb5 configuration not found, setting default realm to empty");
|
||||
LOG.debug("Kerberos krb5 configuration not found, setting default realm to empty");
|
||||
defaultRealm="";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -173,6 +173,8 @@ Release 2.0.1-alpha - UNRELEASED
|
|||
|
||||
HADOOP-8316. Audit logging should be disabled by default. (eli)
|
||||
|
||||
HADOOP-8400. All commands warn "Kerberos krb5 configuration not found" when security is not enabled. (tucu)
|
||||
|
||||
Release 2.0.0-alpha - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
Loading…
Reference in New Issue