@@ -18,6 +18,48 @@ cuDF jar, that is either preinstalled in the Spark classpath on all nodes or sub
1818that uses the RAPIDS Accelerator For Apache Spark. See the [ getting-started
1919guide] ( https://nvidia.github.io/spark-rapids/Getting-Started/ ) for more details.
2020
21+ ## Release v21.06.2
22+ This is a patch release to address an issue with the plugin in the Databricks 8.2 ML runtime.
23+
24+ Hardware Requirements:
25+
26+ GPU Architecture: NVIDIA V100, T4 or A10/A30/A100 GPUs
27+
28+ Software Requirements:
29+
30+ OS: Ubuntu 18.04, Ubuntu 20.04 or CentOS 7, CentOS 8
31+
32+ CUDA & Nvidia Drivers*: 11.0 or 11.2 & v450.80.02+
33+
34+ Apache Spark 3.0.1, 3.0.2, 3.1.1, 3.1.2, Cloudera CDP 7.1.7, Databricks 7.3 ML LTS or 8.2 ML Runtime, and GCP Dataproc 2.0
35+
36+ Apache Hadoop 2.10+ or 3.1.1+ (3.1.1 for nvidia-docker version 2)
37+
38+ Python 3.6+, Scala 2.12, Java 8
39+
40+ * Some hardware may have a minimum driver version greater than v450.80.02+. Check the GPU spec sheet
41+ for your hardware's minimum driver version.
42+
43+ ### Download v21.06.2
44+ * Download the [ RAPIDS
45+ Accelerator for Apache Spark 21.06.2 jar] ( https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/21.06.2/rapids-4-spark_2.12-21.06.2.jar )
46+ * Download the [ RAPIDS cuDF 21.06.1 jar] ( https://repo1.maven.org/maven2/ai/rapids/cudf/21.06.1/cudf-21.06.1-cuda11.jar )
47+
48+ This package is built against CUDA 11.2 and has [ CUDA forward
49+ compatibility] ( https://docs.nvidia.com/deploy/cuda-compatibility/index.html ) enabled. It is tested
50+ on Tesla datacenter GPUs with CUDA 11.0 and 11.2. For those using other types of GPUs which
51+ do not have CUDA forward compatibility (for example, GeForce), CUDA 11.2 is required. Users will
52+ need to ensure the minimum driver (450.80.02) and CUDA toolkit are installed on each Spark node.
53+
54+ ### Release Notes
55+ This release patches the plugin to address a backwards incompatible change to Parquet filters made
56+ by Databricks in the Databricks 8.2 ML runtime. More information is in [ issue
57+ 3191] ( https://github.com/NVIDIA/spark-rapids/issues/3191 ) in the RAPIDS Spark repository. See the
58+ [ Release v21.06.0] ( #release-v21060 ) release notes for more detail about new features in 21.06.
59+
60+ For a detailed list of changes, please refer to the
61+ [ CHANGELOG] ( https://github.com/NVIDIA/spark-rapids/blob/main/CHANGELOG.md ) .
62+
2163## Release v21.06.1
2264This is a patch release to address an issue with the plugin in the Databricks 7.3 ML LTS runtime.
2365
@@ -77,7 +119,7 @@ Software Requirements:
77119
78120 CUDA & Nvidia Drivers*: 11.0 or 11.2 & v450.80.02+
79121
80- Apache Spark 3.0.1, 3.0.2, 3.1.1, 3.1.2, Cloudera CDP 7.1.7, Databricks 8.2 ML Runtime, and GCP Dataproc 2.0
122+ Apache Spark 3.0.1, 3.0.2, 3.1.1, 3.1.2, Cloudera CDP 7.1.7, and GCP Dataproc 2.0
81123
82124 Apache Hadoop 2.10+ or 3.1.1+ (3.1.1 for nvidia-docker version 2)
83125
0 commit comments