Merge -r 1339297:1339298 from trunk to branch. FIXES: HADOOP-8400

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1339300 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Alejandro Abdelnur 2012-05-16 18:20:20 +00:00
parent 4402866c74
commit 0a8ab63a6c
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

@ -31,6 +31,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