sujith71955 commented on a change in pull request #23429: [SPARK-26432][CORE] 
Obtain HBase delegation token operation compatible with HBase 2.x.x version API 
URL: https://github.com/apache/spark/pull/23429#discussion_r247312693
 
 

 ##########
 File path: 
core/src/main/scala/org/apache/spark/deploy/security/HBaseDelegationTokenProvider.scala
 ##########
 @@ -50,12 +52,59 @@ private[security] class HBaseDelegationTokenProvider
       creds.addToken(token.getService, token)
     } catch {
       case NonFatal(e) =>
-        logWarning(s"Failed to get token from service $serviceName", e)
 
 Review comment:
   yes better to convey the error to  user, i modified the message . thnks

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to