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

    https://github.com/apache/spark/pull/20192#discussion_r160503103
  
    --- Diff: 
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala
 ---
    @@ -29,17 +29,23 @@ private[spark] object Config extends Logging {
           .stringConf
           .createWithDefault("default")
     
    +  val CONTAINER_IMAGE =
    +    ConfigBuilder("spark.kubernetes.container.image")
    +      .doc("Container image to use for Spark containers. Individual 
container types " +
    +        "(e.g. driver or executor) can also be configured to use different 
images if desired, " +
    +        "by setting the container-specific image name.")
    --- End diff --
    
    Why would I mention just one specific way of overriding this?
    
    I also have half a mind to just remove this since this documentation is not 
visible anywhere...


---

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

Reply via email to