Commit f7fcdec
[SPARK-19688][STREAMING] Not to read
## What changes were proposed in this pull request?
Reload the `spark.yarn.credentials.file` property when restarting a streaming application from checkpoint.
## How was this patch tested?
Manual tested with 1.6.3 and 2.1.1.
I didn't test this with master because of some compile problems, but I think it will be the same result.
## Notice
This should be merged into maintenance branches too.
jira: [SPARK-21008](https://issues.apache.org/jira/browse/SPARK-21008)
Author: saturday_s <[email protected]>
Closes #18230 from saturday-shi/SPARK-21008.
(cherry picked from commit e92ffe6)
Signed-off-by: Marcelo Vanzin <[email protected]>spark.yarn.credentials.file from checkpoint.1 parent fab070c commit f7fcdec
File tree
1 file changed
+3
-0
lines changed- streaming/src/main/scala/org/apache/spark/streaming
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
0 commit comments