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:
Alejandro Abdelnur 2012-05-16 18:19:36 +00:00
parent 7286e8a9da
commit 235502d60b
2 changed files with 3 additions and 1 deletions

View File

@ -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="";
}
}

View File

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