Skip to content

Commit

Permalink
[KYUUBI #2156] Change log to reflect exactly why getting token failed
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaoqingbo committed Mar 17, 2022
1 parent ffb7a6f commit dc11a21
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -96,7 +96,8 @@ class HadoopCredentialsManager private (name: String) extends AbstractService(na
val required = provider.delegationTokensRequired()
if (!required) {
warn(s"Service ${provider.serviceName} does not require a token." +
s" Check your configuration to see if security is disabled or not.")
s" Check your configuration to see if security is disabled or not." +
s" If security is enabled,some configuration of ${provider.serviceName} is missing")
provider.close()
}
required
Expand Down

0 comments on commit dc11a21

Please sign in to comment.