From e12c548df35b093090daa112d0b656963a7f778c Mon Sep 17 00:00:00 2001 From: comphead Date: Tue, 5 Nov 2024 09:07:12 -0800 Subject: [PATCH] doc: fix K8s links and doc --- 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 c69c1707a..cd923db88 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