Skip to content

Commit 5f7aa22

Browse files
nvliyuanSameer Raheja
andauthored
[DOC] update cuda13 related jars in download page [skip ci] (#14476)
Fixes #14019. ### Description Since 25.10 we support CUDA 13, but the CUDA 13 jars were only added to the `release/25.12` branch (#14028) and not propagated to `main`. This PR adds the CUDA 13 download entries for the current v26.02.1 release. Changes: - Organized download table into separate "CUDA 12" and "CUDA 13" sections - Added 4 CUDA 13 jar entries (x86_64/arm64, Scala 2.12/2.13) with proper Maven coordinates - Added CUDA 13 build and testing information (built against CUDA 13.0, tested on H100 and GB100) Signed-off-by: liyuan <yuali@nvidia.com> ### Checklists - [x] This PR has added documentation for new or modified features or behaviors. - [ ] This PR has added new tests or modified existing tests to cover new code paths. - [ ] Performance testing has been performed and its results are added in the PR description. Or, an issue has been filed with a link in the PR description. --------- Signed-off-by: liyuan <yuali@nvidia.com> Signed-off-by: Sameer Raheja <sraheja@.nvidia.com> Co-authored-by: Sameer Raheja <sraheja@.nvidia.com>
1 parent 40100f3 commit 5f7aa22

2 files changed

Lines changed: 208 additions & 19 deletions

File tree

docs/archive.md

Lines changed: 172 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,178 @@ nav_order: 15
55
---
66
Below are archived releases for RAPIDS Accelerator for Apache Spark.
77

8+
## Release v26.02.1
9+
### Hardware Requirements:
10+
11+
The plugin is designed to work on NVIDIA Volta, Turing, Ampere, Ada Lovelace, Hopper and Blackwell generation datacenter GPUs. The plugin jar is tested on the following GPUs:
12+
13+
GPU Models: NVIDIA V100, T4, A10, A100, L4, H100 and B100 GPUs
14+
15+
### Software Requirements:
16+
17+
OS: Spark RAPIDS is compatible with any Linux distribution with glibc >= 2.28 (Please check ldd --version output). glibc 2.28 was released August 1, 2018.
18+
Tested on Ubuntu 22.04, Ubuntu 24.04, Rocky Linux 8 and Rocky Linux 9
19+
20+
NVIDIA Driver*: R525+
21+
22+
Runtime:
23+
Scala 2.12, 2.13
24+
Python, Java Virtual Machine (JVM) compatible with your spark-version.
25+
26+
* Check the Spark documentation for Python and Java version compatibility with your specific
27+
Spark version. For instance, visit `https://spark.apache.org/docs/3.4.1` for Spark 3.4.1.
28+
29+
Supported Spark versions:
30+
Scala 2.12: Spark 3.3.x to Spark 3.5.x
31+
Scala 2.13: Spark 3.5.0+, 4.0.0, 4.0.1, 4.1.1
32+
33+
Supported Databricks runtime versions for Azure and AWS:
34+
Databricks 12.2 ML LTS (GPU, Scala 2.12, Spark 3.3.2)
35+
Databricks 13.3 ML LTS (GPU, Scala 2.12, Spark 3.4.1)
36+
Databricks 14.3 ML LTS (GPU, Scala 2.12, Spark 3.5.0)
37+
38+
Supported Dataproc versions (Debian/Ubuntu/Rocky):
39+
GCP Dataproc 2.1
40+
GCP Dataproc 2.2
41+
GCP Dataproc 2.3
42+
43+
Supported Dataproc Serverless versions:
44+
Spark runtime 1.1 LTS
45+
Spark runtime 1.2
46+
Spark runtime 2.0
47+
Spark runtime 2.1
48+
Spark runtime 2.2
49+
50+
*Some hardware may have a minimum driver version greater than R470. Check the GPU spec sheet
51+
for your hardware's minimum driver version.
52+
53+
*For Cloudera and EMR support, please refer to the
54+
[Distributions](https://docs.nvidia.com/spark-rapids/user-guide/latest/faq.html#which-distributions-are-supported) section of the FAQ.
55+
56+
### RAPIDS Accelerator's Support Policy for Apache Spark
57+
The RAPIDS Accelerator maintains support for Apache Spark versions available for download from [Apache Spark](https://spark.apache.org/downloads.html)
58+
59+
### Download RAPIDS Accelerator for Apache Spark v26.02.1
60+
61+
| Processor | Scala Version | Download Jar | Download Signature | Download From Maven |
62+
|-----------|---------------|--------------|--------------------|---------------------|
63+
| x86_64 | Scala 2.12 | [RAPIDS Accelerator v26.02.1](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/26.02.1/rapids-4-spark_2.12-26.02.1.jar) | [Signature](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/26.02.1/rapids-4-spark_2.12-26.02.1.jar.asc) | <pre>&lt;dependency&gt;<br/> &lt;groupId&gt;com.nvidia&lt;/groupId&gt;<br/> &lt;artifactId&gt;rapids-4-spark_2.12&lt;/artifactId&gt;<br/> &lt;version&gt;26.02.1&lt;/version&gt;<br/>&lt;/dependency&gt;</pre> |
64+
| x86_64 | Scala 2.13 | [RAPIDS Accelerator v26.02.1](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.13/26.02.1/rapids-4-spark_2.13-26.02.1.jar) | [Signature](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.13/26.02.1/rapids-4-spark_2.13-26.02.1.jar.asc) | <pre>&lt;dependency&gt;<br/> &lt;groupId&gt;com.nvidia&lt;/groupId&gt;<br/> &lt;artifactId&gt;rapids-4-spark_2.13&lt;/artifactId&gt;<br/> &lt;version&gt;26.02.1&lt;/version&gt;<br/>&lt;/dependency&gt;</pre> |
65+
| arm64 | Scala 2.12 | [RAPIDS Accelerator v26.02.1](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/26.02.1/rapids-4-spark_2.12-26.02.1-cuda12-arm64.jar) | [Signature](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/26.02.1/rapids-4-spark_2.12-26.02.1-cuda12-arm64.jar.asc) | <pre>&lt;dependency&gt;<br/> &lt;groupId&gt;com.nvidia&lt;/groupId&gt;<br/> &lt;artifactId&gt;rapids-4-spark_2.12&lt;/artifactId&gt;<br/> &lt;version&gt;26.02.1&lt;/version&gt;<br/> &lt;classifier&gt;cuda12-arm64&lt;/classifier&gt;<br/>&lt;/dependency&gt;</pre> |
66+
| arm64 | Scala 2.13 | [RAPIDS Accelerator v26.02.1](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.13/26.02.1/rapids-4-spark_2.13-26.02.1-cuda12-arm64.jar) | [Signature](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.13/26.02.1/rapids-4-spark_2.13-26.02.1-cuda12-arm64.jar.asc) | <pre>&lt;dependency&gt;<br/> &lt;groupId&gt;com.nvidia&lt;/groupId&gt;<br/> &lt;artifactId&gt;rapids-4-spark_2.13&lt;/artifactId&gt;<br/> &lt;version&gt;26.02.1&lt;/version&gt;<br/> &lt;classifier&gt;cuda12-arm64&lt;/classifier&gt;<br/>&lt;/dependency&gt;</pre> |
67+
68+
This package is built against CUDA 12.9. It is tested on V100, T4, A10, A100, L4, H100 and GB100 GPUs with
69+
CUDA 12.9.
70+
71+
### Verify signature
72+
* Download the [PUB_KEY](https://keys.openpgp.org/search?q=sw-spark@nvidia.com).
73+
* Import the public key: `gpg --import PUB_KEY`
74+
* Verify the signature for Scala 2.12 jar:
75+
`gpg --verify rapids-4-spark_2.12-26.02.1.jar.asc rapids-4-spark_2.12-26.02.1.jar`
76+
* Verify the signature for Scala 2.13 jar:
77+
`gpg --verify rapids-4-spark_2.13-26.02.1.jar.asc rapids-4-spark_2.13-26.02.1.jar`
78+
79+
The output of signature verify:
80+
81+
gpg: Good signature from "NVIDIA Spark (For the signature of spark-rapids release jars) <sw-spark@nvidia.com>"
82+
83+
### Release Notes
84+
* Add support for Spark 4.1.1 ([#14120](https://github.com/NVIDIA/spark-rapids/pull/14120))
85+
* Iceberg enhancements: identity partitioning support ([#14183](https://github.com/NVIDIA/spark-rapids/pull/14183)), all types for bucket transform ([#14001](https://github.com/NVIDIA/spark-rapids/pull/14001)), and Iceberg 1.9.2 support ([#13986](https://github.com/NVIDIA/spark-rapids/pull/13986))
86+
* SHA-2 hash support ([#14038](https://github.com/NVIDIA/spark-rapids/pull/14038))
87+
* Rapids shuffle manager V2 phase 1 with pipelined write ([#13724](https://github.com/NVIDIA/spark-rapids/pull/13724))
88+
* Enable GPU kudo reads by default ([#14125](https://github.com/NVIDIA/spark-rapids/pull/14125))
89+
* Multiple deadlock and OOM fixes for improved stability ([#14202](https://github.com/NVIDIA/spark-rapids/pull/14202), [#14180](https://github.com/NVIDIA/spark-rapids/pull/14180), [#14175](https://github.com/NVIDIA/spark-rapids/pull/14175))
90+
91+
For a detailed list of changes, please refer to the
92+
[CHANGELOG](https://github.com/NVIDIA/spark-rapids/blob/main/CHANGELOG.md).
93+
94+
## Release v26.02.0
95+
### Hardware Requirements:
96+
97+
The plugin is designed to work on NVIDIA Volta, Turing, Ampere, Ada Lovelace, Hopper and Blackwell generation datacenter GPUs. The plugin jar is tested on the following GPUs:
98+
99+
GPU Models: NVIDIA V100, T4, A10, A100, L4, H100 and B100 GPUs
100+
101+
### Software Requirements:
102+
103+
OS: Spark RAPIDS is compatible with any Linux distribution with glibc >= 2.28 (Please check ldd --version output). glibc 2.28 was released August 1, 2018.
104+
Tested on Ubuntu 22.04, Ubuntu 24.04, Rocky Linux 8 and Rocky Linux 9
105+
106+
NVIDIA Driver*: R525+
107+
108+
Runtime:
109+
Scala 2.12, 2.13
110+
Python, Java Virtual Machine (JVM) compatible with your spark-version.
111+
112+
* Check the Spark documentation for Python and Java version compatibility with your specific
113+
Spark version. For instance, visit `https://spark.apache.org/docs/3.4.1` for Spark 3.4.1.
114+
115+
Supported Spark versions:
116+
Scala 2.12: Spark 3.3.x to Spark 3.5.x
117+
Scala 2.13: Spark 3.5.0+, 4.0.0, 4.0.1, 4.1.1
118+
119+
Supported Databricks runtime versions for Azure and AWS:
120+
Databricks 12.2 ML LTS (GPU, Scala 2.12, Spark 3.3.2)
121+
Databricks 13.3 ML LTS (GPU, Scala 2.12, Spark 3.4.1)
122+
Databricks 14.3 ML LTS (GPU, Scala 2.12, Spark 3.5.0)
123+
124+
Supported Dataproc versions (Debian/Ubuntu/Rocky):
125+
GCP Dataproc 2.1
126+
GCP Dataproc 2.2
127+
GCP Dataproc 2.3
128+
129+
Supported Dataproc Serverless versions:
130+
Spark runtime 1.1 LTS
131+
Spark runtime 1.2
132+
Spark runtime 2.0
133+
Spark runtime 2.1
134+
Spark runtime 2.2
135+
136+
*Some hardware may have a minimum driver version greater than R470. Check the GPU spec sheet
137+
for your hardware's minimum driver version.
138+
139+
*For Cloudera and EMR support, please refer to the
140+
[Distributions](https://docs.nvidia.com/spark-rapids/user-guide/latest/faq.html#which-distributions-are-supported) section of the FAQ.
141+
142+
### RAPIDS Accelerator's Support Policy for Apache Spark
143+
The RAPIDS Accelerator maintains support for Apache Spark versions available for download from [Apache Spark](https://spark.apache.org/downloads.html)
144+
145+
### Download RAPIDS Accelerator for Apache Spark v26.02.0
146+
147+
| Processor | Scala Version | Download Jar | Download Signature | Download From Maven |
148+
|-----------|---------------|--------------|--------------------|---------------------|
149+
| x86_64 | Scala 2.12 | [RAPIDS Accelerator v26.02.0](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/26.02.0/rapids-4-spark_2.12-26.02.0.jar) | [Signature](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/26.02.0/rapids-4-spark_2.12-26.02.0.jar.asc) | <pre>&lt;dependency&gt;<br/> &lt;groupId&gt;com.nvidia&lt;/groupId&gt;<br/> &lt;artifactId&gt;rapids-4-spark_2.12&lt;/artifactId&gt;<br/> &lt;version&gt;26.02.0&lt;/version&gt;<br/>&lt;/dependency&gt;</pre> |
150+
| x86_64 | Scala 2.13 | [RAPIDS Accelerator v26.02.0](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.13/26.02.0/rapids-4-spark_2.13-26.02.0.jar) | [Signature](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.13/26.02.0/rapids-4-spark_2.13-26.02.0.jar.asc) | <pre>&lt;dependency&gt;<br/> &lt;groupId&gt;com.nvidia&lt;/groupId&gt;<br/> &lt;artifactId&gt;rapids-4-spark_2.13&lt;/artifactId&gt;<br/> &lt;version&gt;26.02.0&lt;/version&gt;<br/>&lt;/dependency&gt;</pre> |
151+
| arm64 | Scala 2.12 | [RAPIDS Accelerator v26.02.0](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/26.02.0/rapids-4-spark_2.12-26.02.0-cuda12-arm64.jar) | [Signature](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/26.02.0/rapids-4-spark_2.12-26.02.0-cuda12-arm64.jar.asc) | <pre>&lt;dependency&gt;<br/> &lt;groupId&gt;com.nvidia&lt;/groupId&gt;<br/> &lt;artifactId&gt;rapids-4-spark_2.12&lt;/artifactId&gt;<br/> &lt;version&gt;26.02.0&lt;/version&gt;<br/> &lt;classifier&gt;cuda12-arm64&lt;/classifier&gt;<br/>&lt;/dependency&gt;</pre> |
152+
| arm64 | Scala 2.13 | [RAPIDS Accelerator v26.02.0](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.13/26.02.0/rapids-4-spark_2.13-26.02.0-cuda12-arm64.jar) | [Signature](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.13/26.02.0/rapids-4-spark_2.13-26.02.0-cuda12-arm64.jar.asc) | <pre>&lt;dependency&gt;<br/> &lt;groupId&gt;com.nvidia&lt;/groupId&gt;<br/> &lt;artifactId&gt;rapids-4-spark_2.13&lt;/artifactId&gt;<br/> &lt;version&gt;26.02.0&lt;/version&gt;<br/> &lt;classifier&gt;cuda12-arm64&lt;/classifier&gt;<br/>&lt;/dependency&gt;</pre> |
153+
154+
This package is built against CUDA 12.9. It is tested on V100, T4, A10, A100, L4, H100 and GB100 GPUs with
155+
CUDA 12.9.
156+
157+
### Verify signature
158+
* Download the [PUB_KEY](https://keys.openpgp.org/search?q=sw-spark@nvidia.com).
159+
* Import the public key: `gpg --import PUB_KEY`
160+
* Verify the signature for Scala 2.12 jar:
161+
`gpg --verify rapids-4-spark_2.12-26.02.0.jar.asc rapids-4-spark_2.12-26.02.0.jar`
162+
* Verify the signature for Scala 2.13 jar:
163+
`gpg --verify rapids-4-spark_2.13-26.02.0.jar.asc rapids-4-spark_2.13-26.02.0.jar`
164+
165+
The output of signature verify:
166+
167+
gpg: Good signature from "NVIDIA Spark (For the signature of spark-rapids release jars) <sw-spark@nvidia.com>"
168+
169+
### Release Notes
170+
* Add support for Spark 4.1.1 ([#14120](https://github.com/NVIDIA/spark-rapids/pull/14120))
171+
* Iceberg enhancements: identity partitioning support ([#14183](https://github.com/NVIDIA/spark-rapids/pull/14183)), all types for bucket transform ([#14001](https://github.com/NVIDIA/spark-rapids/pull/14001)), and Iceberg 1.9.2 support ([#13986](https://github.com/NVIDIA/spark-rapids/pull/13986))
172+
* SHA-2 hash support ([#14038](https://github.com/NVIDIA/spark-rapids/pull/14038))
173+
* Rapids shuffle manager V2 phase 1 with pipelined write ([#13724](https://github.com/NVIDIA/spark-rapids/pull/13724))
174+
* Enable GPU kudo reads by default ([#14125](https://github.com/NVIDIA/spark-rapids/pull/14125))
175+
* Multiple deadlock and OOM fixes for improved stability ([#14202](https://github.com/NVIDIA/spark-rapids/pull/14202), [#14180](https://github.com/NVIDIA/spark-rapids/pull/14180), [#14175](https://github.com/NVIDIA/spark-rapids/pull/14175))
176+
177+
For a detailed list of changes, please refer to the
178+
[CHANGELOG](https://github.com/NVIDIA/spark-rapids/blob/main/CHANGELOG.md).
179+
8180
## Release v25.12.0
9181
### Hardware Requirements:
10182

0 commit comments

Comments
 (0)