Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-49176][K8S][DOCS] Fix
spark.ui.custom.executor.log.url
docs …
…by adding K8s ### What changes were proposed in this pull request? This PR aims to fix `spark.ui.custom.executor.log.url` configuration's documentation by adding K8s on top of YARN. ``` - For now, only YARN mode supports this configuration + For now, only YARN and K8s cluster manager supports this configuration ``` In addition, K8s example is added to `running-on-kubernetes.md` docs to help users refer the existing environment variables, `SPARK_APPLICATION_ID` and `SPARK_EXECUTOR_ID`, more easily to enable this feature. - https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config ### Why are the changes needed? To fix a wrong description. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manual review. This is a doc-only PR. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#47681 from dongjoon-hyun/SPARK-49176. Authored-by: Dongjoon Hyun <dhyun@apple.com> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
- Loading branch information