Skip to content

Commit

Permalink
Fix docs for Volcano integration (#1719)
Browse files Browse the repository at this point in the history
Co-authored-by: Volodymyr Kot <[email protected]>
  • Loading branch information
VVKot and Volodymyr Kot authored Oct 26, 2023
1 parent 678d313 commit e146848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/volcano-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ same environment, please refer [Quick Start Guide](https://github.com/volcano-sh
Within the help of Helm chart, Kubernetes Operator for Apache Spark with Volcano can be easily installed with the command below:
```bash
$ helm repo add spark-operator https://googlecloudplatform.github.io/spark-on-k8s-operator
$ helm install my-release spark-operator/spark-operator --namespace spark-operator --set enableBatchScheduler=true --set enableWebhook=true
$ helm install my-release spark-operator/spark-operator --namespace spark-operator --set batchScheduler.enable=true --set webhook.enable=true
```

# Run Spark Application with Volcano scheduler
Expand Down

0 comments on commit e146848

Please sign in to comment.