Github user liyinan926 commented on a diff in the pull request: https://github.com/apache/spark/pull/22392#discussion_r217838764 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/Checkpoint.scala --- @@ -54,6 +54,10 @@ class Checkpoint(ssc: StreamingContext, val checkpointTime: Time) "spark.driver.bindAddress", "spark.driver.port", "spark.master", + "spark.kubernetes.driver.pod.name", + "spark.kubernetes.driver.limit.cores", + "spark.kubernetes.executor.limit.cores", --- End diff -- If that's the reasoning, you probably also want to restore all the resource request/limit settings.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org