Skip to content

Commit 4e4b93e

Browse files
committed
Fix fraction spark run
1 parent 3f6b076 commit 4e4b93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graveyard/integration/spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ With GPU fractions add the annotaiton to the executor pods:
8787

8888
```
8989
--conf spark.kubernetes.executor.annotation.gpu-fraction=0.5 \
90-
--conf spark.executor.resource.gpu.amount=1 \
90+
--conf spark.executor.resource.gpu.amount=0 \
9191
--conf spark.executor.resource.gpu.vendor=nvidia.com \
9292
--conf spark.executor.resource.gpu.discoveryScript=/opt/spark/examples/src/main/scripts/getGpusResources.sh \
9393
```

0 commit comments

Comments
 (0)