File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
2828docker build -t apache/datafusion-comet -f kube/Dockerfile .
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
107107kubectl 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/)
You can’t perform that action at this time.
0 commit comments