Skip to content
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

[DOC] address document issues [skip ci] #9181

Merged
merged 7 commits into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
},
{
"pattern": "http://localhost*"
},
{
"pattern": "https://www.nvidia.com/en-us/security/pgp-key"
}
],
"timeout": "15s",
Expand Down
12 changes: 12 additions & 0 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,18 @@ If your environment has specific encryption requirements for network or IO, plea
that the RAPIDS Accelerator suits your needs, and file and issue or discussion if you have doubts
or would like expanded encryption support.

### Can the Rapids Accelerator work with Spark on Ray (RayDP)?
[RayDP](https://github.com/oap-project/raydp) provides simple APIs for running Spark on
[Ray](https://github.com/ray-project/ray). In order to run the RAPIDS Accelerator with RayDP,
GPUs must be requested as `GPU` resources rather than `gpu` resources. This can be done
with the following changes to the typical GPU resource scheduling setup with Spark:

* Change the contents of the `getGpusResources.sh` script to use `GPU` instead of `gpu`
* Change all of the configs that start with `spark.executor.resource.gpu.` to corresponding configs that start with `spark.executor.resource.GPU.`
* Change `spark.task.resource.gpu.amount` to `spark.task.resource.GPU.amount`

Note that the RAPIDS Accelerator is not regularly tested against Spark on Ray.

nvliyuan marked this conversation as resolved.
Show resolved Hide resolved
### I have more questions, where do I go?
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
Expand Down
Binary file modified docs/img/Databricks/initscript.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.