You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/archive.md
+91Lines changed: 91 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,97 @@ nav_order: 15
5
5
---
6
6
Below are archived releases for RAPIDS Accelerator for Apache Spark.
7
7
8
+
## Release v25.10.0
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:
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.
gpg: Good signature from "NVIDIA Spark (For the signature of spark-rapids release jars) <sw-spark@nvidia.com>"
85
+
86
+
### Release Notes
87
+
* Delta Lake liquid clustering read/write/optimize support
88
+
* Delta Lake optimize support
89
+
* Delta Lake deletion vector support with two caveats: need to set `useMetadataRowIndex=false` and deletion vector support will fall back to the CPU when using the coalescing file reader (these limitations to be removed in a future release)
90
+
* Iceberg insert operations support and improved write job statistics tracking
91
+
* Improved performance for stddev and variance operations in hash based group by aggregations
92
+
* Support for uuid
93
+
* Added Spark 4.0.1 support
94
+
* Added CUDA 13 support, in addition to CUDA 12 support.
95
+
96
+
Note: There is a known issue in the 25.10.0 release when decompressing gzip files on H100 GPUs.
97
+
Please find more details in [issue-16661](https://github.com/rapidsai/cudf/issues/16661).
Copy file name to clipboardExpand all lines: docs/download.md
+16-18Lines changed: 16 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ cuDF jar, that is either preinstalled in the Spark classpath on all nodes or sub
18
18
that uses the RAPIDS Accelerator For Apache Spark. See the [getting-started
19
19
guide](https://docs.nvidia.com/spark-rapids/user-guide/latest/getting-started/overview.html) for more details.
20
20
21
-
## Release v25.10.0
21
+
## Release v25.12.0
22
22
### Hardware Requirements:
23
23
24
24
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:
@@ -72,14 +72,14 @@ for your hardware's minimum driver version.
72
72
### RAPIDS Accelerator's Support Policy for Apache Spark
73
73
The RAPIDS Accelerator maintains support for Apache Spark versions available for download from [Apache Spark](https://spark.apache.org/downloads.html)
74
74
75
-
### Download RAPIDS Accelerator for Apache Spark v25.10.0
75
+
### Download RAPIDS Accelerator for Apache Spark v25.12.0
76
76
77
77
| Processor | Scala Version | Download Jar | Download Signature | Download From Maven |
gpg: Good signature from "NVIDIA Spark (For the signature of spark-rapids release jars) <sw-spark@nvidia.com>"
98
98
99
99
### Release Notes
100
-
* Delta Lake liquid clustering read/write/optimize support
101
-
* Delta Lake optimize support
102
-
* Delta Lake deletion vector support with two caveats: need to set `useMetadataRowIndex=false` and deletion vector support will fall back to the CPU when using the coalescing file reader (these limitations to be removed in a future release)
103
-
* Iceberg insert operations support and improved write job statistics tracking
104
-
* Improved performance for stddev and variance operations in hash based group by aggregations
105
-
* Support for uuid
106
-
* Added Spark 4.0.1 support
107
-
* Added CUDA 13 support, in addition to CUDA 12 support.
108
-
109
-
Note: There is a known issue in the 25.10.0 release when decompressing gzip files on H100 GPUs.
100
+
* Iceberg enhancements including DML operations (delete, update, merge) for merge-on-read tables, partition transforms (year/month/day/hour/truncate), and write operations enabled by default.
101
+
* Delta Lake clustered tables DML support including update, merge, and delete operations with deletion vector enabled GPU by default.
102
+
* Join improvements including support for left-outer joins with no columns, new join strategies with logging and heuristic configurations, and improved gather map ordering.
103
+
* CSV support for GBK encoded data.
104
+
* Refine GpuTaskMetrics over the spill framework.
105
+
* Fix race condition due to premature disk handle exposure.
106
+
107
+
Note: There is a known issue in the 25.12.0 release when decompressing gzip files on H100 GPUs.
110
108
Please find more details in [issue-16661](https://github.com/rapidsai/cudf/issues/16661).
111
109
112
110
For a detailed list of changes, please refer to the
0 commit comments