Skip to content

Commit 76b3aae

Browse files
jiangzhodongjoon-hyun
authored andcommitted
[SPARK-50384] Update docs with YuniKorn 1.6.0 and first-time installation guide
### What changes were proposed in this pull request? This PR updates docs for first-time YuniKorn installation in cluster, in case reader has not yet installed YuniKorn previously. Also added docs link to ### Why are the changes needed? If the reader has not yet installed YuniKorn charts locally before, they would need to add the repo first. ### Does this PR introduce _any_ user-facing change? Docs only ### How was this patch tested? Pass the CIs ### Was this patch authored or co-authored using generative AI tooling? No Closes #147 from jiangzho/doc. Lead-authored-by: zhou-jiang <[email protected]> Co-authored-by: Zhou JIANG <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 098c0bb commit 76b3aae

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,19 @@ sparkcluster.spark.apache.org "prod" deleted
8686

8787
## Run Spark Pi App on Apache YuniKorn scheduler
8888

89+
If you have not yet done so, follow [YuniKorn docs](https://yunikorn.apache.org/docs/#install) to install the latest version:
90+
91+
```bash
92+
$ helm repo add yunikorn https://apache.github.io/yunikorn-release
93+
94+
$ helm repo update
95+
96+
$ helm install yunikorn yunikorn/yunikorn --namespace yunikorn --version 1.6.0 --create-namespace --set embedAdmissionController=false
97+
```
98+
99+
Submit a Spark app to YuniKorn enabled cluster:
100+
89101
```bash
90-
$ helm install yunikorn yunikorn/yunikorn --namespace yunikorn --version 1.5.2 --create-namespace --set embedAdmissionController=false
91102

92103
$ kubectl apply -f examples/pi-on-yunikorn.yaml
93104

0 commit comments

Comments
 (0)