This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/gh-pages by this push: new 23e783b Add `Run Spark Connect Server` section 23e783b is described below commit 23e783bcb06ad4f52ab96ab8e7edc0b7beb7c9c4 Author: Dongjoon Hyun <dongj...@apache.org> AuthorDate: Fri May 16 14:12:13 2025 -0700 Add `Run Spark Connect Server` section --- index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/index.md b/index.md index a20080e..d12009f 100644 --- a/index.md +++ b/index.md @@ -42,6 +42,20 @@ $ kubectl delete sparkapp pi sparkapplication.spark.apache.org "pi" deleted ``` +## Run Spark Connect Server (A long-running app) + +```bash +$ kubectl apply -f https://apache.github.io/spark-kubernetes-operator/spark-connect-server.yaml +sparkapplication.spark.apache.org/spark-connect-server created + +$ kubectl get sparkapp +NAME CURRENT STATE AGE +spark-connect-server RunningHealthy 12s + +$ kubectl delete sparkapp spark-connect-server +sparkapplication.spark.apache.org "spark-connect-server" deleted +``` + ## Run Spark Cluster ```bash --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org