This is an automated email from the ASF dual-hosted git repository.
comphead pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 3ea2da8d doc: fix K8s links and doc (#1058)
3ea2da8d is described below
commit 3ea2da8d1fc571123205191609ed633490630870
Author: Oleks V <[email protected]>
AuthorDate: Tue Nov 5 09:18:13 2024 -0800
doc: fix K8s links and doc (#1058)
---
docs/source/user-guide/kubernetes.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/source/user-guide/kubernetes.md
b/docs/source/user-guide/kubernetes.md
index c69c1707..cd923db8 100644
--- a/docs/source/user-guide/kubernetes.md
+++ b/docs/source/user-guide/kubernetes.md
@@ -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 .
@@ -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:
@@ -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/
\ No newline at end of file
+More info on [Kube Spark
operator](https://www.kubeflow.org/docs/components/spark-operator/getting-started/)
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]