Skip to content

Commit 2021ff6

Browse files
committed
[SPARK-52608] Make README.md up-to-date
### What changes were proposed in this pull request? This PR aims to make `README.md` up-to-date. ### Why are the changes needed? To match with https://apache.github.io/spark-kubernetes-operator/ , - Helm commands are updated. - `Spark Cluster` example is regenerated. ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #263 from dongjoon-hyun/SPARK-52608. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent e9c5c34 commit 2021ff6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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
2121
helm 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.
146146
Remove HelmChart and CRDs.
147147

148148
```bash
149-
helm uninstall spark-kubernetes-operator
149+
helm uninstall spark
150150

151151
kubectl delete crd sparkapplications.spark.apache.org
152152

0 commit comments

Comments
 (0)