File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1671,8 +1671,8 @@ See the [configuration page](configuration.html) for information on Spark config
1671
1671
which can vary on cluster manager. Spark Kubernetes cluster manager supports the following path variables:
1672
1672
<ul>
1673
1673
<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>
1676
1676
<li><code>FILE_NAME</code>: The name of the log, which is always <code>"log"</code></li>
1677
1677
</ul>
1678
1678
Please note that this configuration also replaces original log urls in event log,
You can’t perform that action at this time.
0 commit comments