-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use environment variables to set thresholds in static yaml configurat…
…ions (#1389) * Use environment variables to set thresholds in static yaml configurations Signed-off-by: Ahmed Hussein <[email protected]> Fixes #1387 This code change aims at parsing yaml configuration file and resolving the environment variables. - `spillThresholdBytes` defined in qualification-conf.yaml can be overridden by an env-var `RAPIDS_USER_TOOLS_SPILL_BYTES_THRESHOLD`. - `totalCoreSecThreshold` defined in qualification-conf.yaml can be overridden by an env-var `RAPIDS_USER_TOOLS_CORE_SECONDS_THRESHOLD`. Usage: ``` export RAPIDS_USER_TOOLS_CORE_SECONDS_THRESHOLD=1024 spark_rapids <args> ``` --------- Signed-off-by: Ahmed Hussein <[email protected]>
- Loading branch information
1 parent
81328c1
commit 88b37bf
Showing
6 changed files
with
19 additions
and
14 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
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