Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.1.0
-
None
Description
In SPARK-14743, we introduced a configurable credential manager for Spark running on YARN. Also two configs spark.yarn.credentials.renewalTime and spark.yarn.credentials.updateTime were added, one is for the credential renewer and the other updater. But now we just query spark.yarn.credentials.renewalTime by mistake during CREDENTIALS UPDATING, where should be actually spark.yarn.credentials.updateTime.