Skip to content

Commit f018909

Browse files
authored
chore: Update links for released version (#1540)
1 parent 359b4b3 commit f018909

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

docs/source/user-guide/datasources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ root
8181
| |-- lastName: string (nullable = true)
8282
| |-- ageInYears: integer (nullable = true)
8383

84-
25/01/30 16:50:43 INFO core/src/lib.rs: Comet native library version 0.6.0 initialized
84+
25/01/30 16:50:43 INFO core/src/lib.rs: Comet native library version 0.7.0 initialized
8585
== Physical Plan ==
8686
* CometColumnarToRow (2)
8787
+- CometNativeScan: (1)

docs/source/user-guide/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ Cloud Service Providers.
4848
Comet jar files are available in [Maven Central](https://central.sonatype.com/namespace/org.apache.datafusion) for amd64 and arm64 architectures for Linux. For Apple OSX, it
4949
is currently necessary to build from source.
5050

51-
Here are the direct links for downloading the Comet 0.6.0 jar file.
51+
Here are the direct links for downloading the Comet 0.7.0 jar file.
5252

53-
- [Comet plugin for Spark 3.4 / Scala 2.12](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.4_2.12/0.6.0/comet-spark-spark3.4_2.12-0.6.0.jar)
54-
- [Comet plugin for Spark 3.4 / Scala 2.13](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.4_2.13/0.6.0/comet-spark-spark3.4_2.13-0.6.0.jar)
55-
- [Comet plugin for Spark 3.5 / Scala 2.12](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.5_2.12/0.6.0/comet-spark-spark3.5_2.12-0.6.0.jar)
56-
- [Comet plugin for Spark 3.5 / Scala 2.13](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.5_2.13/0.6.0/comet-spark-spark3.5_2.13-0.6.0.jar)
53+
- [Comet plugin for Spark 3.4 / Scala 2.12](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.4_2.12/0.7.0/comet-spark-spark3.4_2.12-0.7.0.jar)
54+
- [Comet plugin for Spark 3.4 / Scala 2.13](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.4_2.13/0.7.0/comet-spark-spark3.4_2.13-0.7.0.jar)
55+
- [Comet plugin for Spark 3.5 / Scala 2.12](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.5_2.12/0.7.0/comet-spark-spark3.5_2.12-0.7.0.jar)
56+
- [Comet plugin for Spark 3.5 / Scala 2.13](https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.5_2.13/0.7.0/comet-spark-spark3.5_2.13-0.7.0.jar)
5757

5858
## Building from source
5959

docs/source/user-guide/kubernetes.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
## Comet Docker Images
2323

2424
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)
25+
Docker image](https://hub.docker.com/r/apache/datafusion-comet).
2626

2727
```shell
2828
docker build -t apache/datafusion-comet -f kube/Dockerfile .
@@ -65,31 +65,31 @@ metadata:
6565
spec:
6666
type: Scala
6767
mode: cluster
68-
image: ghcr.io/apache/datafusion-comet:spark-3.4-scala-2.12-0.5.0
68+
image: apache/datafusion-comet:0.7.0-spark3.5.4-scala2.12-java11
6969
imagePullPolicy: IfNotPresent
7070
mainClass: org.apache.spark.examples.SparkPi
71-
mainApplicationFile: local:///opt/spark/examples/jars/spark-examples_2.12-3.4.2.jar
71+
mainApplicationFile: local:///opt/spark/examples/jars/spark-examples_2.12-3.5.4.jar
7272
sparkConf:
73-
"spark.executor.extraClassPath": "/opt/spark/jars/comet-spark-spark3.4_2.12-0.5.0.jar"
74-
"spark.driver.extraClassPath": "/opt/spark/jars/comet-spark-spark3.4_2.12-0.5.0.jar"
73+
"spark.executor.extraClassPath": "/opt/spark/jars/comet-spark-spark3.5_2.12-0.7.0.jar"
74+
"spark.driver.extraClassPath": "/opt/spark/jars/comet-spark-spark3.5_2.12-0.7.0.jar"
7575
"spark.plugins": "org.apache.spark.CometPlugin"
7676
"spark.comet.enabled": "true"
7777
"spark.comet.exec.enabled": "true"
7878
"spark.comet.cast.allowIncompatible": "true"
7979
"spark.comet.exec.shuffle.enabled": "true"
8080
"spark.comet.exec.shuffle.mode": "auto"
8181
"spark.shuffle.manager": "org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager"
82-
sparkVersion: 3.4.3
82+
sparkVersion: 3.5.4
8383
driver:
8484
labels:
85-
version: 3.4.3
85+
version: 3.5.4
8686
cores: 1
8787
coreLimit: 1200m
8888
memory: 512m
8989
serviceAccount: spark-operator-spark
9090
executor:
9191
labels:
92-
version: 3.4.3
92+
version: 3.5.4
9393
instances: 1
9494
cores: 2
9595
coreLimit: 1200m

docs/source/user-guide/source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Official source releases can be downloaded from https://dist.apache.org/repos/di
2727

2828
```console
2929
# Pick the latest version
30-
export COMET_VERSION=0.6.0
30+
export COMET_VERSION=0.7.0
3131
# Download the tarball
3232
curl -O "https://dist.apache.org/repos/dist/release/datafusion/datafusion-comet-$COMET_VERSION/apache-datafusion-comet-$COMET_VERSION.tar.gz"
3333
# Unpack

0 commit comments

Comments
 (0)