dongjoon-hyun opened a new pull request, #78:
URL: https://github.com/apache/spark-kubernetes-operator/pull/78

   ### What changes were proposed in this pull request?
   
   This PR aims to add `SparkCluster` to `spark-operator` module.
   
   ### Why are the changes needed?
   
   To support `SparkCluster` like `SparkApplication`.
   
   ```
   $ ./gradlew build buildDockerImage spark-operator-api:relocateGeneratedCR -x 
check
   
   $ helm install spark-kubernetes-operator --create-namespace -f 
build-tools/helm/spark-kubernetes-operator/values.yaml 
build-tools/helm/spark-kubernetes-operator/
   
   $ kubectl apply -f examples/qa-cluster-with-one-worker.yaml
   $ kubectl apply -f examples/qa-cluster-with-one-worker.yaml
   sparkcluster.spark.apache.org/qa created
   
   $ k get sparkcluster
   NAME   CURRENT STATE    AGE
   qa     RunningHealthy   2s
   
   $ k get pod
   NAME                                        READY   STATUS    RESTARTS   AGE
   qa-master-0                                 1/1     Running   0          17s
   qa-worker-0                                 1/1     Running   0          17s
   spark-kubernetes-operator-546b54d5c-mdljw   1/1     Running   0          22s
   ```
   
   ### Does this PR introduce _any_ user-facing change?
   
   No because Spark K8s operator is not released yet.
   
   ### How was this patch tested?
   
   Pass the CIs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   No.


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to