Skip to content

Commit

Permalink
Refer to driver in docs, not executor
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Apr 20, 2024
1 parent 8178457 commit 409ce35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/running-on-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1671,8 +1671,8 @@ See the [configuration page](configuration.html) for information on Spark config
which can vary on cluster manager. Spark Kubernetes cluster manager supports the following path variables:
<ul>
<li><code>APP_ID</code>: The unique application id</li>
<li><code>KUBERNETES_NAMESPACE</code>: The namespace where the executor pods run</li>
<li><code>KUBERNETES_POD_NAME</code>: The name of the pod that contains the executor</li>
<li><code>KUBERNETES_NAMESPACE</code>: The namespace where the driver pods run</li>
<li><code>KUBERNETES_POD_NAME</code>: The name of the pod that contains the driver, which is <code>"[null]" in client mode</code></li>
<li><code>FILE_NAME</code>: The name of the log, which is always <code>"log"</code></li>
</ul>
Please note that this configuration also replaces original log urls in event log,
Expand Down

0 comments on commit 409ce35

Please sign in to comment.