Updated download.md page for one download jar instead of two#14375
Updated download.md page for one download jar instead of two#14375sameerz wants to merge 2 commits into
Conversation
Signed-off-by: Sameer Raheja <sraheja@.nvidia.com>
Greptile SummaryThis PR updates
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Worker Node Setup] --> B{NVIDIA GPU present?}
B -- No --> C[Cannot use RAPIDS Spark]
B -- Yes --> D[Install NVIDIA Driver R525+]
D --> E[Deploy rapids-4-spark plugin jar]
E --> F{Deployment method}
F -- Preinstalled --> G[Add jar to Spark classpath on all nodes]
F -- Per-job --> H[Submit jar with each Spark job]
G --> I[RAPIDS Spark ready]
H --> I
Last reviewed commit: a0588e9 |
| that uses the RAPIDS Accelerator For Apache Spark. See the [getting-started | ||
| guide](https://docs.nvidia.com/spark-rapids/user-guide/latest/getting-started/overview.html) for more details. | ||
| RAPIDS Spark consists of the rapids-4-spark plugin jar. The jar is either preinstalled in the Spark | ||
| classpath on all nodes or submitted with each job that uses the RAPIDS Spark. See the |
There was a problem hiding this comment.
Awkward article before product short name
The phrase "that uses the RAPIDS Spark" reads unnaturally — "the" before a proper noun used as a product abbreviation is grammatically awkward here, and the same paragraph introduces the name without an article on line 16 ("RAPIDS Spark consists of…"). Dropping "the" improves consistency and flow.
| classpath on all nodes or submitted with each job that uses the RAPIDS Spark. See the | |
| classpath on all nodes or submitted with each job that uses RAPIDS Spark. See the |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
|
NOTE: release/26.04 has been created from main. Please retarget your PR to release/26.04 if it should be included in the release. |
Fixes #14019. ### Description Backport doc changes to release/26.02 branch for v26.02.2 hot release: - Add CUDA 13 jars to download page (x86_64/arm64, Scala 2.12/2.13) - Update product description (one jar instead of two, per #14375) - Add known issue note for windowing op bug in GpuBatchedBoundedWindowExec - Add v26.02.0 and v26.02.1 to archived releases - Update version references to 26.02.2 ### 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>
revans2
left a comment
There was a problem hiding this comment.
Do we want to upmerge this?
|
NOTE: release/26.06 has been created from main. Please retarget your PR to release/26.06 if it should be included in the release. |
Description
Made the following documentation changes:
Checklists
(Please explain in the PR description how the new code paths are tested, such as names of the new/existing tests that cover them.)