svn merge -c 1179869 from trunk for HADOOP-7721.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1189476 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tsz-wo Sze 2011-10-26 21:25:02 +00:00
parent 5afaf6a141
commit d28641b0b4
2 changed files with 3 additions and 0 deletions

View File

@ -160,6 +160,7 @@ public class KerberosAuthenticationHandler implements AuthenticationHandler {
KerberosConfiguration kerberosConfiguration = new KerberosConfiguration(keytab, principal);
LOG.info("Login using keytab "+keytab+", for principal "+principal);
loginContext = new LoginContext("", subject, null, kerberosConfiguration);
loginContext.login();

View File

@ -2,6 +2,8 @@ Hadoop Change Log
MAPREDUCE-2764. Fix renewal of dfs delegation tokens. (Owen via jitendra)
HADOOP-7721. Add log before login in KerberosAuthenticationHandler. (jitendra)
Release 0.23.0 - Unreleased
INCOMPATIBLE CHANGES