Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix K8s links and doc #1058

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/)