dongjoon-hyun opened a new pull request, #57512:
URL: https://github.com/apache/spark/pull/57512
### What changes were proposed in this pull request?
This PR aims to introduce `Apache Spark Kubernetes Operator` in
`running-on-kubernetes.md` by adding a short section after `How it works`
section.
- What the operator is: a separate Apache Spark project that deploys and
manages Spark
workloads declaratively via `SparkApp` and `SparkCluster` custom resources.
- Its relationship with the `spark-submit` based submission covered by this
document:
the two approaches are complementary and the operator runs on top of the
same native
Kubernetes scheduler backend.
- Links to the operator repository and examples, consistent with the
existing links in
`docs/index.md`.
### Why are the changes needed?
`Apache Spark Kubernetes Operator` v1.0.0 is going to be released Tomorrow.
Currently, it is only mentioned in `docs/index.md`. Users who land directly on
`running-on-kubernetes.md`, the main documentation page for running Spark on
Kubernetes, have no way to discover the operator. This closes that
discoverability gap while keeping the detailed operator usage out of scope
(deferred to the operator repository).
### Does this PR introduce _any_ user-facing change?
No. This is a documentation-only change.
### How was this patch tested?
Manually check.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Fable 5
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]