Skip to content

Commit

Permalink
doc: fix K8s links and doc (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead authored Nov 5, 2024
1 parent 69760a3 commit 3ea2da8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/user-guide/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

## Comet Docker Images

Run the following command from the root of this repository to build the Comet Docker image, or use a published
Docker image from https://github.com/orgs/apache/packages?repo_name=datafusion-comet
Run the following command from the root of this repository to build the Comet Docker image, or use a [published
Docker image](https://github.com/orgs/apache/packages?repo_name=datafusion-comet)

```shell
docker build -t apache/datafusion-comet -f kube/Dockerfile .
Expand Down Expand Up @@ -78,7 +78,7 @@ spec:
"spark.comet.cast.allowIncompatible": "true"
"spark.comet.exec.shuffle.enabled": "true"
"spark.comet.exec.shuffle.mode": "auto"
"conf spark.shuffle.manager": "org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager"
"spark.shuffle.manager": "org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager"
sparkVersion: 3.4.3
driver:
labels:
Expand Down Expand Up @@ -106,4 +106,4 @@ Check application status
```bash
kubectl describe sparkapplication --namespace=spark-operator
```
More info on Kube Spark operator https://www.kubeflow.org/docs/components/spark-operator/getting-started/
More info on [Kube Spark operator](https://www.kubeflow.org/docs/components/spark-operator/getting-started/)

0 comments on commit 3ea2da8

Please sign in to comment.