This is an automated email from the ASF dual-hosted git repository.
agrove 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 f01890910 chore: Update links for released version (#1540)
f01890910 is described below
commit f01890910432350f2f9623e80ba7e7c4168d8656
Author: Andy Grove <[email protected]>
AuthorDate: Tue Mar 18 13:34:45 2025 -0600
chore: Update links for released version (#1540)
---
docs/source/user-guide/datasources.md | 2 +-
docs/source/user-guide/installation.md | 10 +++++-----
docs/source/user-guide/kubernetes.md | 16 ++++++++--------
docs/source/user-guide/source.md | 2 +-
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/docs/source/user-guide/datasources.md
b/docs/source/user-guide/datasources.md
index 27c5492d8..5cca4b505 100644
--- a/docs/source/user-guide/datasources.md
+++ b/docs/source/user-guide/datasources.md
@@ -81,7 +81,7 @@ root
| |-- lastName: string (nullable = true)
| |-- ageInYears: integer (nullable = true)
-25/01/30 16:50:43 INFO core/src/lib.rs: Comet native library version 0.6.0
initialized
+25/01/30 16:50:43 INFO core/src/lib.rs: Comet native library version 0.7.0
initialized
== Physical Plan ==
* CometColumnarToRow (2)
+- CometNativeScan: (1)
diff --git a/docs/source/user-guide/installation.md
b/docs/source/user-guide/installation.md
index 2a2fc9c8c..88b651131 100644
--- a/docs/source/user-guide/installation.md
+++ b/docs/source/user-guide/installation.md
@@ -48,12 +48,12 @@ Cloud Service Providers.
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
is currently necessary to build from source.
-Here are the direct links for downloading the Comet 0.6.0 jar file.
+Here are the direct links for downloading the Comet 0.7.0 jar file.
-- [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)
-- [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)
-- [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)
-- [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)
+- [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)
+- [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)
+- [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)
+- [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)
## Building from source
diff --git a/docs/source/user-guide/kubernetes.md
b/docs/source/user-guide/kubernetes.md
index d134d9560..1788d3f9a 100644
--- a/docs/source/user-guide/kubernetes.md
+++ b/docs/source/user-guide/kubernetes.md
@@ -22,7 +22,7 @@
## 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](https://github.com/orgs/apache/packages?repo_name=datafusion-comet)
+Docker image](https://hub.docker.com/r/apache/datafusion-comet).
```shell
docker build -t apache/datafusion-comet -f kube/Dockerfile .
@@ -65,13 +65,13 @@ metadata:
spec:
type: Scala
mode: cluster
- image: ghcr.io/apache/datafusion-comet:spark-3.4-scala-2.12-0.5.0
+ image: apache/datafusion-comet:0.7.0-spark3.5.4-scala2.12-java11
imagePullPolicy: IfNotPresent
mainClass: org.apache.spark.examples.SparkPi
- mainApplicationFile:
local:///opt/spark/examples/jars/spark-examples_2.12-3.4.2.jar
+ mainApplicationFile:
local:///opt/spark/examples/jars/spark-examples_2.12-3.5.4.jar
sparkConf:
- "spark.executor.extraClassPath":
"/opt/spark/jars/comet-spark-spark3.4_2.12-0.5.0.jar"
- "spark.driver.extraClassPath":
"/opt/spark/jars/comet-spark-spark3.4_2.12-0.5.0.jar"
+ "spark.executor.extraClassPath":
"/opt/spark/jars/comet-spark-spark3.5_2.12-0.7.0.jar"
+ "spark.driver.extraClassPath":
"/opt/spark/jars/comet-spark-spark3.5_2.12-0.7.0.jar"
"spark.plugins": "org.apache.spark.CometPlugin"
"spark.comet.enabled": "true"
"spark.comet.exec.enabled": "true"
@@ -79,17 +79,17 @@ spec:
"spark.comet.exec.shuffle.enabled": "true"
"spark.comet.exec.shuffle.mode": "auto"
"spark.shuffle.manager":
"org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager"
- sparkVersion: 3.4.3
+ sparkVersion: 3.5.4
driver:
labels:
- version: 3.4.3
+ version: 3.5.4
cores: 1
coreLimit: 1200m
memory: 512m
serviceAccount: spark-operator-spark
executor:
labels:
- version: 3.4.3
+ version: 3.5.4
instances: 1
cores: 2
coreLimit: 1200m
diff --git a/docs/source/user-guide/source.md b/docs/source/user-guide/source.md
index d2f58dd85..ab7f89745 100644
--- a/docs/source/user-guide/source.md
+++ b/docs/source/user-guide/source.md
@@ -27,7 +27,7 @@ Official source releases can be downloaded from
https://dist.apache.org/repos/di
```console
# Pick the latest version
-export COMET_VERSION=0.6.0
+export COMET_VERSION=0.7.0
# Download the tarball
curl -O
"https://dist.apache.org/repos/dist/release/datafusion/datafusion-comet-$COMET_VERSION/apache-datafusion-comet-$COMET_VERSION.tar.gz"
# Unpack
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]