HADOOP-17610. DelegationTokenAuthenticator prints token information. Contributed by Ravuri Sushma sree.
This commit is contained in:
parent
ed74479ea5
commit
478402cc74
@ -138,8 +138,8 @@ public void authenticate(URL url, AuthenticatedURL.Token token)
|
|||||||
try {
|
try {
|
||||||
// check and renew TGT to handle potential expiration
|
// check and renew TGT to handle potential expiration
|
||||||
UserGroupInformation.getCurrentUser().checkTGTAndReloginFromKeytab();
|
UserGroupInformation.getCurrentUser().checkTGTAndReloginFromKeytab();
|
||||||
LOG.debug("No delegation token found for url={}, token={}, "
|
LOG.debug("No delegation token found for url={}, "
|
||||||
+ "authenticating with {}", url, token, authenticator.getClass());
|
+ "authenticating with {}", url, authenticator.getClass());
|
||||||
authenticator.authenticate(url, token);
|
authenticator.authenticate(url, token);
|
||||||
} catch (IOException ex) {
|
} catch (IOException ex) {
|
||||||
throw NetUtils.wrapException(url.getHost(), url.getPort(),
|
throw NetUtils.wrapException(url.getHost(), url.getPort(),
|
||||||
|
Loading…
Reference in New Issue
Block a user