Skip to content

Commit

Permalink
[SPARK-19688][STREAMING] Not to read spark.yarn.credentials.file fr…
Browse files Browse the repository at this point in the history
…om checkpoint.

## 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 <shi.indetail@gmail.com>

Closes #18230 from saturday-shi/SPARK-21008.

(cherry picked from commit e92ffe6)
Signed-off-by: Marcelo Vanzin <vanzin@cloudera.com>
  • Loading branch information
saturday_s authored and Marcelo Vanzin committed Jun 19, 2017
1 parent 0ebb3b8 commit a44c118
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -55,6 +55,9 @@ class Checkpoint(ssc: StreamingContext, val checkpointTime: Time)
"spark.master",
"spark.yarn.keytab",
"spark.yarn.principal",
"spark.yarn.credentials.file",
"spark.yarn.credentials.renewalTime",
"spark.yarn.credentials.updateTime",
"spark.ui.filters")

val newSparkConf = new SparkConf(loadDefaults = false).setAll(sparkConfPairs)
Expand Down

0 comments on commit a44c118

Please sign in to comment.