forked from NVIDIA/spark-rapids-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable dataproc enhanced optimizer configs
Signed-off-by: Ahmed Hussein (amahussein) <a@ahussein.me> Fixes NVIDIA#1550 For dataproc GPU clusters, the Autotuner should set the following 2 properties to false. In addition, the autotuner appends a comment to warn the user that those properties might be problematic to the GPU run. - "spark.dataproc.enhanced.optimizer.enabled": "false" - "spark.dataproc.enhanced.execution.enabled": "false" The autotuner output will add a message stating that: "should be disabled. WARN: Turning this property on might case the GPU accelerated Dataproc cluster to hang."
- Loading branch information
1 parent
78cab00
commit ca17528
Showing
5 changed files
with
225 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.