RAPIDS Accelerator For Apache Spark provides a set of plugins for Apache Spark that leverage GPUs to accelerate Dataframe and SQL processing.

The accelerator is built upon the RAPIDS cuDF project and UCX.

The RAPIDS Accelerator For Apache Spark requires each worker node in the cluster to have CUDA installed.

The RAPIDS Accelerator For Apache Spark consists of two jars: a plugin jar along with the RAPIDS cuDF jar, that is either preinstalled in the Spark classpath on all nodes or submitted with each job that uses the RAPIDS Accelerator For Apache Spark. See the getting-started guide for more details.

Release v24.02.0

Hardware Requirements:

The plugin is tested on the following architectures:

GPU Models: NVIDIA V100, T4, A10/A100, L4 and H100 GPUs

Software Requirements:

OS: Ubuntu 20.04, Ubuntu 22.04, CentOS 7, or Rocky Linux 8

NVIDIA Driver*: R470+

Runtime: 
	Scala 2.12, 2.13
	Python, Java Virtual Machine (JVM) compatible with your spark-version. 

	* Check the Spark documentation for Python and Java version compatibility with your specific 
	Spark version. For instance, visit `https://spark.apache.org/docs/3.4.1` for Spark 3.4.1.

Supported Spark versions:
	Apache Spark 3.2.0, 3.2.1, 3.2.2, 3.2.3, 3.2.4
	Apache Spark 3.3.0, 3.3.1, 3.3.2, 3.3.3
	Apache Spark 3.4.0, 3.4.1
	Apache Spark 3.5.0

Supported Databricks runtime versions for Azure and AWS:
	Databricks 10.4 ML LTS (GPU, Scala 2.12, Spark 3.2.1)
	Databricks 11.3 ML LTS (GPU, Scala 2.12, Spark 3.3.0)
	Databricks 12.2 ML LTS (GPU, Scala 2.12, Spark 3.3.2)
	Databricks 13.3 ML LTS (GPU, Scala 2.12, Spark 3.4.1)

Supported Dataproc versions:
	GCP Dataproc 2.0
	GCP Dataproc 2.1

Supported Dataproc Serverless versions:
	Spark runtime 1.1 LTS
	Spark runtime 2.0
	Spark runtime 2.1

*Some hardware may have a minimum driver version greater than R470. Check the GPU spec sheet for your hardware’s minimum driver version.

*For Cloudera and EMR support, please refer to the Distributions section of the FAQ.

RAPIDS Accelerator’s Support Policy for Apache Spark

The RAPIDS Accelerator maintains support for Apache Spark versions available for download from Apache Spark

Download RAPIDS Accelerator for Apache Spark v24.02.0

Processor Scala Version Download Jar Download Signature
x86_64 Scala 2.12 RAPIDS Accelerator v24.02.0 Signature
x86_64 Scala 2.13 RAPIDS Accelerator v24.02.0 Signature
arm64 Scala 2.12 RAPIDS Accelerator v24.02.0 Signature
arm64 Scala 2.13 RAPIDS Accelerator v24.02.0 Signature

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.
  • Import the public key: gpg --import PUB_KEY
  • Verify the signature for Scala 2.12 jar: gpg --verify rapids-4-spark_2.12-24.02.0.jar.asc rapids-4-spark_2.12-24.02.0.jar
  • Verify the signature for Scala 2.13 jar: gpg --verify rapids-4-spark_2.13-24.02.0.jar.asc rapids-4-spark_2.13-24.02.0.jar

The output of signature verify:

gpg: Good signature from "NVIDIA Spark (For the signature of spark-rapids release jars) <sw-spark@nvidia.com>"

Release Notes

New functionality and performance improvements for this release include:

  • Discontinued support for Nvidia GPUs based on Pascal architecture.
  • Set get_json_object functionality to disabled by default.
  • Implemented string comparison in AST expressions.
  • Expanded timezone support to include options beyond UTC.
  • Optional checksums for cached files in the file cache.
  • Introduced support for Databricks 13.3 ML LTS.
  • Added support for parse_url functionality.
  • Introducing Lazy Quantifier support for regular expression functions.
  • Added support for the format_number function.
  • Enhanced batching support for row-based bounded window functions.
  • For updates on RAPIDS Accelerator Tools, please visit this link.

For a detailed list of changes, please refer to the CHANGELOG.

Archived releases

As new releases come out, previous ones will still be available in archived releases.