Skip to content

Commit e12c548

Browse files
committed
doc: fix K8s links and doc
1 parent 69760a3 commit e12c548

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/user-guide/kubernetes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
## Comet Docker Images
2323

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

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

0 commit comments

Comments
 (0)