Commit 6edf02a
[SPARK-19626][YARN] Using the correct config to set credentials update time
## What changes were proposed in this pull request?
In #14065, 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` .
This PR fixes this mistake.
## How was this patch tested?
existing test
cc jerryshao vanzin
Author: Kent Yao <[email protected]>
Closes #16955 from yaooqinn/cred_update.
(cherry picked from commit 7363dde)
Signed-off-by: Marcelo Vanzin <[email protected]>1 parent c331674 commit 6edf02a
File tree
1 file changed
+1
-1
lines changed- yarn/src/main/scala/org/apache/spark/deploy/yarn/security
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments