[DOC] add Databricks support matrix [skip ci]#15090
Conversation
Signed-off-by: liyuan <yuali@nvidia.com>
8e60321 to
a5390a6
Compare
sameerz
left a comment
There was a problem hiding this comment.
I hope our work in 26.08 might eliminate the need for an extra page on Databricks. In the meantime I added some changes needed for the document as it is.
| | RAPIDS Accelerator | Databricks Runtime | Apache Spark | Scala | JDK runtime | CUDA jar variants | Minimum NVIDIA driver | Notes | | ||
| |--------------------|--------------------|--------------|-------|-------------|-------------------|-----------------------|-------| | ||
| | v26.06.0 | 13.3 ML LTS GPU | 3.4.1 | 2.12 | Databricks runtime default | CUDA 12, CUDA 13 | R525+ | Supported Databricks 13.3 runtime line. | | ||
| | v26.06.0 | 14.3 ML LTS GPU | 3.5.0 | 2.12 | Databricks runtime default | CUDA 12, CUDA 13 | R525+ | Supported Databricks 14.3 runtime line. | | ||
| | v26.06.0 | 17.3 ML LTS GPU | 4.0.0 | 2.13 | Databricks runtime default | CUDA 12, CUDA 13 | R525+ | Spark 4 / Scala 2.13 Databricks runtime line. | |
There was a problem hiding this comment.
We are removing support for Databricks 17.3 in 26.08.
| | RAPIDS Accelerator | Databricks Runtime | Apache Spark | Scala | JDK runtime | CUDA jar variants | Minimum NVIDIA driver | Notes | | |
| |--------------------|--------------------|--------------|-------|-------------|-------------------|-----------------------|-------| | |
| | v26.06.0 | 13.3 ML LTS GPU | 3.4.1 | 2.12 | Databricks runtime default | CUDA 12, CUDA 13 | R525+ | Supported Databricks 13.3 runtime line. | | |
| | v26.06.0 | 14.3 ML LTS GPU | 3.5.0 | 2.12 | Databricks runtime default | CUDA 12, CUDA 13 | R525+ | Supported Databricks 14.3 runtime line. | | |
| | v26.06.0 | 17.3 ML LTS GPU | 4.0.0 | 2.13 | Databricks runtime default | CUDA 12, CUDA 13 | R525+ | Spark 4 / Scala 2.13 Databricks runtime line. | | |
| | RAPIDS Accelerator | Databricks Runtime | Apache Spark | Scala | JDK runtime | CUDA jar variants | Minimum NVIDIA driver | Notes | | |
| |--------------------|--------------------|--------------|-------|-------------|-------------------|-----------------------|-------| | |
| | v26.06.0 | 14.3 ML LTS GPU | 3.5.0 | 2.12 | Databricks runtime default | CUDA 12, CUDA 13 | R525+ | Supported Databricks 14.3 runtime line. | | |
| | v26.06.0 | 17.3 ML LTS GPU | 4.0.0 | 2.13 | Databricks runtime default | CUDA 12, CUDA 13 | R525+ | Spark 4 / Scala 2.13 Databricks runtime line. | |
| | DELETE and UPDATE | GPU for copy-on-write. Operations that write deletion vectors fall back to CPU. | Same as DBR 14.3. Liquid-clustered paths also fall back to CPU. | | ||
| | MERGE | GPU, including liquid clustering | GPU for non-liquid-clustered tables only. Liquid-clustered and persistent deletion-vector writes fall back to CPU. | | ||
| | OPTIMIZE | CPU fallback | GPU for standard deletion-vector-free, non-liquid-clustered tables only | | ||
| | Auto compaction | GPU when triggered by supported GPU writes | GPU for inline deletion-vector-free, non-liquid-clustered tables only | |
There was a problem hiding this comment.
We will add liquid clustering support to 17.3 in 26.08 per #14599 .
| --- | ||
| layout: page | ||
| title: Databricks Support Matrix | ||
| nav_order: 4 |
There was a problem hiding this comment.
Can we make this a sub-page of the Download page?
There was a problem hiding this comment.
Signed-off-by: liyuan <yuali@nvidia.com>
Sure, I’ll keep this as a Download sub-page for now and apply the requested doc updates. We can fold/remove it later if the 26.08 work makes the separate page unnecessary. thx |
Closes #15059.
Description
This draft PR adds a Databricks support matrix to make runtime compatibility visible before users deploy the RAPIDS Accelerator on Databricks.
Changes include:
docs/databricks-support.mdwith the current v26.06.0 Databricks runtime matrix covering Spark, Scala, JDK runtime ownership, CUDA jar variants, minimum driver, and runtime notes.docs/download.mdnear the supported Databricks runtime list.NoSuchMethodError, and operation-specific Delta CPU fallback.Validation:
git diff --check -- docs/databricks-support.md docs/download.mddocs/databricks-support.mdanddocs/download.mdChecklists
Documentation
Testing
(Please provide the names of the existing tests in the PR description.)
Performance