You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/03/17 04:51:48 UTC

[GitHub] [incubator-kyuubi] yaooqinn commented on a change in pull request #2157: [KYUUBI #2156] Change log to reflect exactly why getting token failed

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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org