Github user jerryshao commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20383#discussion_r164106372
  
    --- Diff: 
streaming/src/main/scala/org/apache/spark/streaming/Checkpoint.scala ---
    @@ -53,6 +53,21 @@ class Checkpoint(ssc: StreamingContext, val 
checkpointTime: Time)
           "spark.driver.host",
           "spark.driver.bindAddress",
           "spark.driver.port",
    +      "spark.kubernetes.driver.pod.name",
    +      "spark.kubernetes.executor.podNamePrefix",
    +      "spark.kubernetes.initcontainer.executor.configmapname",
    +      "spark.kubernetes.initcontainer.executor.configmapkey",
    +      "spark.kubernetes.initcontainer.downloadJarsResourceIdentifier",
    +      "spark.kubernetes.initcontainer.downloadJarsSecretLocation",
    +      "spark.kubernetes.initcontainer.downloadFilesResourceIdentifier",
    +      "spark.kubernetes.initcontainer.downloadFilesSecretLocation",
    +      "spark.kubernetes.initcontainer.remoteJars",
    +      "spark.kubernetes.initcontainer.remoteFiles",
    +      "spark.kubernetes.mountdependencies.jarsDownloadDir",
    +      "spark.kubernetes.mountdependencies.filesDownloadDir",
    +      "spark.kubernetes.initcontainer.executor.stagingServerSecret.name",
    --- End diff --
    
    I think it will not affect the correctness of streaming application. 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to