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

    https://github.com/apache/spark/pull/23155#discussion_r236990958
  
    --- Diff: docs/running-on-kubernetes.md ---
    @@ -932,15 +935,31 @@ specific to Spark on Kubernetes.
       <td>(none)</td>
       <td>
        Specify the local file that contains the driver [pod 
template](#pod-template). For example
    -   
<code>spark.kubernetes.driver.podTemplateFile=/path/to/driver-pod-template.yaml`</code>
    +   
<code>spark.kubernetes.driver.podTemplateFile=/path/to/driver-pod-template.yaml</code>
       </td>
     </tr>
     <tr>
       <td><code>spark.kubernetes.executor.podTemplateFile</code></td>
       <td>(none)</td>
       <td>
        Specify the local file that contains the executor [pod 
template](#pod-template). For example
    -   
<code>spark.kubernetes.executor.podTemplateFile=/path/to/executor-pod-template.yaml`</code>
    +   
<code>spark.kubernetes.executor.podTemplateFile=/path/to/executor-pod-template.yaml</code>
    +  </td>
    +</tr>
    +<tr>
    +  <td><code>spark.kubernetes.driver.podTemplateContainerName</code></td>
    --- End diff --
    
    Thanks, done. I'll squash the commits before merging.


---

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

Reply via email to