-
Notifications
You must be signed in to change notification settings - Fork 292
Documentation updates for RAPIDS for Apache Spark -> NVIDIA cuDF plugin for Apache Spark rename #15114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation updates for RAPIDS for Apache Spark -> NVIDIA cuDF plugin for Apache Spark rename #15114
Changes from 19 commits
bc855e4
660c598
f9398cd
6c8ee35
49395e9
ac97f11
f16a9f6
b9507b3
e2066d1
207c83a
593ee5d
b6676f1
f85c6ad
bb1738b
72cf2d1
0f3ee92
a8f87d8
a07f09f
5b8c88a
7560c31
26349e6
1bc4c80
788a18a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,19 @@ | ||
| # RAPIDS Accelerator For Apache Spark | ||
| NOTE: For the latest stable [README.md](https://github.com/nvidia/spark-rapids/blob/main/README.md) ensure you are on the main branch. | ||
| # NVIDIA cuDF plugin for Apache Spark | ||
| NOTE: For the latest stable [README.md](https://github.com/nvidia/cudf-spark/blob/main/README.md) ensure you are on the main branch. | ||
|
|
||
| The RAPIDS Accelerator for Apache Spark provides a set of plugins for | ||
| [Apache Spark](https://spark.apache.org) that leverage GPUs to accelerate processing | ||
| via the [RAPIDS](https://rapids.ai) libraries. | ||
| The NVIDIA cuDF plugin for [Apache Spark](https://spark.apache.org) provides a plugin library that | ||
| leverages GPUs to accelerate processing via the [cuDF](https://github.com/rapidsai/cudf) (CUDA | ||
| DataFrame) libraries. | ||
|
|
||
| Documentation on the current release can be found [here](https://nvidia.github.io/cudf-spark/). | ||
|
|
||
| To get started and try the plugin out use the [getting started guide](https://docs.nvidia.com/spark-rapids/user-guide/latest/getting-started/overview.html). | ||
|
|
||
| [](https://deepwiki.com/NVIDIA/spark-rapids) | ||
| [](https://deepwiki.com/NVIDIA/cudf-spark) | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit: The deepwiki page still says RAPIDS Accelerator for Apache Spark. Are we able to update it accordingly?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Once we rename the link it should trigger a rebuild of the deepwiki page. Let's see if it works. |
||
|
|
||
| Note: The NVIDIA cuDF plugin for Apache Spark was formerly known as the RAPIDS Accelerator for | ||
| Apache Spark. The RAPIDS name will be sunset over time. Github links from `spark-rapids` will | ||
| redirect to `cudf-spark`. Artifact names will remain the same for now. | ||
|
|
||
| ## Compatibility | ||
|
|
||
|
|
@@ -29,8 +33,8 @@ The plugin has a set of Spark configs that control its behavior and are document | |
| ## Issues & Questions | ||
|
|
||
| We use github to track bugs, feature requests, and answer questions. File an | ||
| [issue](https://github.com/NVIDIA/spark-rapids/issues/new/choose) for a bug or feature request. Ask | ||
| or answer a question on the [discussion board](https://github.com/NVIDIA/spark-rapids/discussions). | ||
| [issue](https://github.com/NVIDIA/cudf-spark/issues/new/choose) for a bug or feature request. Ask | ||
| or answer a question on the [discussion board](https://github.com/NVIDIA/cudf-spark/discussions). | ||
|
|
||
| ## Download | ||
|
|
||
|
|
@@ -46,8 +50,8 @@ See the [build instructions in the contributing guide](CONTRIBUTING.md#building- | |
| Tests are described [here](tests/README.md). | ||
|
|
||
| ## Integration | ||
| The RAPIDS Accelerator For Apache Spark does provide some APIs for doing zero copy data | ||
| transfer into other GPU enabled applications. It is described | ||
| The cuDF plugin provides some APIs for doing zero copy data transfer into other GPU enabled | ||
| applications. It is described | ||
| [here](https://docs.nvidia.com/spark-rapids/user-guide/latest/additional-functionality/ml-integration.html). | ||
|
|
||
| Currently, we are working with XGBoost to try to provide this integration out of the box. | ||
|
|
@@ -67,9 +71,8 @@ for more details on how to use the tools. | |
|
|
||
| ## Dependency for External Projects | ||
|
|
||
| If you need to develop some functionality on top of RAPIDS Accelerator For Apache Spark (we currently | ||
| limit support to GPU-accelerated UDFs) we recommend you declare our distribution artifact | ||
| as a `provided` dependency. | ||
| If you develop functionality on top of the cuDF plugin (we currently limit support to | ||
| GPU-accelerated UDFs) we recommend you declare the distribution artifact as a `provided` dependency. | ||
|
|
||
| ```xml | ||
| <dependency> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.