yaooqinn commented on a change in pull request #2157:
URL: https://github.com/apache/incubator-kyuubi/pull/2157#discussion_r828753051
##########
File path:
kyuubi-server/src/main/scala/org/apache/kyuubi/credentials/HadoopCredentialsManager.scala
##########
@@ -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." +
Review comment:
```suggestion
s" Check your configuration to see whether the security is
disabled or not." +
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]