Skip to content

Commit eb8804d

Browse files
committed
[SPARK-52291] Remove nightly info from README.md
### What changes were proposed in this pull request? This PR aims to remove `nightly` info from `README.md`. ### Why are the changes needed? - In `Install Helm Chart` section, the developer can build and install it already. - For the published one, we had better focus on the official one in `README.md` because it's the landing page in GitHub. ### Does this PR introduce _any_ user-facing change? No. This is a documentation improvement. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#223 from dongjoon-hyun/SPARK-52291. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent a8cde92 commit eb8804d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,6 @@ $ kubectl delete sparkapp pi-on-yunikorn
130130
sparkapplication.spark.apache.org "pi-on-yunikorn" deleted
131131
```
132132

133-
## Try nightly build for testing
134-
135-
As of now, you can try `spark-kubernetes-operator` nightly version in the following way.
136-
137-
```
138-
$ helm install spark-kubernetes-operator \
139-
https://nightlies.apache.org/spark/charts/spark-kubernetes-operator-0.3.0-SNAPSHOT.tgz
140-
```
141-
142133
## Clean Up
143134

144135
Check the existing Spark applications and clusters. If exists, delete them.
@@ -161,11 +152,6 @@ $ kubectl delete crd sparkapplications.spark.apache.org
161152
$ kubectl delete crd sparkclusters.spark.apache.org
162153
```
163154

164-
In case of nightly builds, remove the snapshot image.
165-
```
166-
$ docker rmi apache/spark-kubernetes-operator:main-snapshot
167-
```
168-
169155
## Contributing
170156

171157
Please review the [Contribution to Spark guide](https://spark.apache.org/contributing.html)

0 commit comments

Comments
 (0)