-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10847 from NVIDIA/merge-branch-24.04-to-main
Merge branch-24.04 into main
- Loading branch information
Showing
9 changed files
with
83 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,52 @@ nav_order: 15 | |
--- | ||
Below are archived releases for RAPIDS Accelerator for Apache Spark. | ||
|
||
## Release v24.04.0 | ||
### Hardware Requirements: | ||
|
||
The plugin is tested on the following architectures: | ||
@@ -67,14 +67,14 @@ for your hardware's minimum driver version. | ||
### RAPIDS Accelerator's Support Policy for Apache Spark | ||
The RAPIDS Accelerator maintains support for Apache Spark versions available for download from [Apache Spark](https://spark.apache.org/downloads.html) | ||
|
||
### Download RAPIDS Accelerator for Apache Spark v24.04.0 | ||
|
||
| Processor | Scala Version | Download Jar | Download Signature | | ||
|-----------|---------------|--------------|--------------------| | ||
| x86_64 | Scala 2.12 | [RAPIDS Accelerator v24.04.0](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/24.04.0/rapids-4-spark_2.12-24.04.0.jar) | [Signature](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/24.04.0/rapids-4-spark_2.12-24.04.0.jar.asc) | | ||
| x86_64 | Scala 2.13 | [RAPIDS Accelerator v24.04.0](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.13/24.04.0/rapids-4-spark_2.13-24.04.0.jar) | [Signature](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.13/24.04.0/rapids-4-spark_2.13-24.04.0.jar.asc) | | ||
| arm64 | Scala 2.12 | [RAPIDS Accelerator v24.04.0](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/24.04.0/rapids-4-spark_2.12-24.04.0-cuda11-arm64.jar) | [Signature](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/24.04.0/rapids-4-spark_2.12-24.04.0-cuda11-arm64.jar.asc) | | ||
| arm64 | Scala 2.13 | [RAPIDS Accelerator v24.04.0](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.13/24.04.0/rapids-4-spark_2.13-24.04.0-cuda11-arm64.jar) | [Signature](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.13/24.04.0/rapids-4-spark_2.13-24.04.0-cuda11-arm64.jar.asc) | | ||
|
||
This package is built against CUDA 11.8. It is tested on V100, T4, A10, A100, L4 and H100 GPUs with | ||
CUDA 11.8 through CUDA 12.0. | ||
|
||
### Verify signature | ||
* Download the [PUB_KEY](https://keys.openpgp.org/[email protected]). | ||
* Import the public key: `gpg --import PUB_KEY` | ||
* Verify the signature for Scala 2.12 jar: | ||
`gpg --verify rapids-4-spark_2.12-24.04.0.jar.asc rapids-4-spark_2.12-24.04.0.jar` | ||
* Verify the signature for Scala 2.13 jar: | ||
`gpg --verify rapids-4-spark_2.13-24.04.0.jar.asc rapids-4-spark_2.13-24.04.0.jar` | ||
|
||
The output of signature verify: | ||
|
||
gpg: Good signature from "NVIDIA Spark (For the signature of spark-rapids release jars) <[email protected]>" | ||
|
||
### Release Notes | ||
* New functionality and performance improvements for this release include: | ||
* Performance improvements for S3 reading. | ||
Refer to perfio.s3.enabled in [advanced_configs](./additional-functionality/advanced_configs.md) for more details. | ||
* Performance improvements when doing a joins on unique keys. | ||
* Enhanced decompression kernels for zstd and snappy. | ||
* Enhanced Parquet reading performance with modular kernels. | ||
* Added compatibility with Spark version 3.5.1. | ||
* Deprecated support for Databricks 10.4 ML LTS. | ||
* For updates on RAPIDS Accelerator Tools, please visit [this link](https://github.com/NVIDIA/spark-rapids-tools/releases). | ||
|
||
For a detailed list of changes, please refer to the | ||
[CHANGELOG](https://github.com/NVIDIA/spark-rapids/blob/main/CHANGELOG.md). | ||
|
||
## Release v24.02.0 | ||
### Hardware Requirements: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters