Skip to content

Commit 409ce35

Browse files
committed
Refer to driver in docs, not executor
1 parent 8178457 commit 409ce35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/running-on-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,8 +1671,8 @@ See the [configuration page](configuration.html) for information on Spark config
16711671
which can vary on cluster manager. Spark Kubernetes cluster manager supports the following path variables:
16721672
<ul>
16731673
<li><code>APP_ID</code>: The unique application id</li>
1674-
<li><code>KUBERNETES_NAMESPACE</code>: The namespace where the executor pods run</li>
1675-
<li><code>KUBERNETES_POD_NAME</code>: The name of the pod that contains the executor</li>
1674+
<li><code>KUBERNETES_NAMESPACE</code>: The namespace where the driver pods run</li>
1675+
<li><code>KUBERNETES_POD_NAME</code>: The name of the pod that contains the driver, which is <code>"[null]" in client mode</code></li>
16761676
<li><code>FILE_NAME</code>: The name of the log, which is always <code>"log"</code></li>
16771677
</ul>
16781678
Please note that this configuration also replaces original log urls in event log,

0 commit comments

Comments
 (0)