yaooqinn commented on a change in pull request #2157:
URL: https://github.com/apache/incubator-kyuubi/pull/2157#discussion_r828752655



##########
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." +
+            s" If security is enabled,some configuration of 
${provider.serviceName} is missing")

Review comment:
       ```suggestion
               s" If security is enabled, some configurations of 
${provider.serviceName} might be missing")
   ```




-- 
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]

Reply via email to