zzzzming95 commented on code in PR #42760:
URL: https://github.com/apache/spark/pull/42760#discussion_r1319727753
##########
sql/hive/src/main/scala/org/apache/spark/sql/hive/security/HiveDelegationTokenProvider.scala:
##########
@@ -41,6 +41,8 @@ import org.apache.spark.util.Utils
private[spark] class HiveDelegationTokenProvider
extends HadoopDelegationTokenProvider with Logging {
+ private val tokenSignature = "spark.delegation.token";
Review Comment:
Thanks for the review, maybe the `spark.yarn.principal` and
`spark.yarn.keytab` has be set in the spark-defaults.conf?
--
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]