Skip to content

Commit

Permalink
Fix typo for spark.rapids.sql.python.gpu.enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Hao Zhu <hazhu@nvidia.com>
  • Loading branch information
viadea committed Jun 2, 2022
1 parent 966c23d commit aa1fb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/additional-functionality/rapids-udfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ exclusive mode to assign GPUs under Spark. To disable exclusive mode, use

```shell
...
--conf spark.rapids.python.gpu.enabled=true \
--conf spark.rapids.sql.python.gpu.enabled=true \
```

Please note: every type of Pandas UDF on Spark is run by a specific Spark execution plan. RAPIDS
Expand Down

0 comments on commit aa1fb18

Please sign in to comment.