Skip to content

Commit

Permalink
[DOC] address document issues [skip ci] (#9181)
Browse files Browse the repository at this point in the history
* address document issues

Signed-off-by: liyuan <yuali@nvidia.com>

* reword

Signed-off-by: liyuan <yuali@nvidia.com>

* Update docs/FAQ.md

Co-authored-by: Jason Lowe <jlowe@nvidia.com>

* Update docs/FAQ.md

Co-authored-by: Jason Lowe <jlowe@nvidia.com>

* Update docs/FAQ.md

Co-authored-by: Jason Lowe <jlowe@nvidia.com>

* Update docs/FAQ.md

Co-authored-by: Jason Lowe <jlowe@nvidia.com>

* Update docs/FAQ.md

Co-authored-by: Jason Lowe <jlowe@nvidia.com>

---------

Signed-off-by: liyuan <yuali@nvidia.com>
Co-authored-by: Jason Lowe <jlowe@nvidia.com>
  • Loading branch information
nvliyuan and jlowe authored Sep 8, 2023
1 parent 30dbef7 commit c272a5c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
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.

### 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.

0 comments on commit c272a5c

Please sign in to comment.