@@ -17,9 +17,9 @@ Apache Spark provides a Helm Chart.
1717- < https://artifacthub.io/packages/helm/spark-kubernetes-operator/spark-kubernetes-operator/ >
1818
1919``` bash
20- helm repo add spark-kubernetes-operator https://apache.github.io/spark-kubernetes-operator
20+ helm repo add spark https://apache.github.io/spark-kubernetes-operator
2121helm repo update
22- helm install spark-kubernetes-operator spark-kubernetes-operator /spark-kubernetes-operator
22+ helm install spark spark/spark-kubernetes-operator
2323```
2424
2525## Building Spark K8s Operator
@@ -75,21 +75,21 @@ $ kubectl port-forward prod-master-0 6066 &
7575$ ./examples/submit-pi-to-prod.sh
7676{
7777 " action" : " CreateSubmissionResponse" ,
78- " message" : " Driver successfully submitted as driver-20240821181327 -0000" ,
78+ " message" : " Driver successfully submitted as driver-20250628212324 -0000" ,
7979 " serverSparkVersion" : " 4.0.0" ,
80- " submissionId" : " driver-20240821181327 -0000" ,
80+ " submissionId" : " driver-20250628212324 -0000" ,
8181 " success" : true
8282}
8383
84- $ curl http://localhost:6066/v1/submissions/status/driver-20240821181327 -0000/
84+ $ curl http://localhost:6066/v1/submissions/status/driver-20250628212324 -0000/
8585{
8686 " action" : " SubmissionStatusResponse" ,
8787 " driverState" : " FINISHED" ,
8888 " serverSparkVersion" : " 4.0.0" ,
89- " submissionId" : " driver-20240821181327 -0000" ,
89+ " submissionId" : " driver-20250628212324 -0000" ,
9090 " success" : true,
91- " workerHostPort" : " 10.1.5.188:42099 " ,
92- " workerId" : " worker-20240821181236 -10.1.5.188-42099 "
91+ " workerHostPort" : " 10.1.0.88:34643 " ,
92+ " workerId" : " worker-20250628212306 -10.1.0.88-34643 "
9393}
9494
9595$ kubectl delete sparkcluster prod
@@ -146,7 +146,7 @@ No resources found in default namespace.
146146Remove HelmChart and CRDs.
147147
148148``` bash
149- helm uninstall spark-kubernetes-operator
149+ helm uninstall spark
150150
151151kubectl delete crd sparkapplications.spark.apache.org
152152
0 commit comments