Skip to content

Commit

Permalink
Remove bootstrap and profiling mentions
Browse files Browse the repository at this point in the history
Signed-off-by: Partho Sarthi <[email protected]>
  • Loading branch information
parthosa committed Oct 12, 2023
1 parent 30abc6e commit e5d1671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions user_tools/docs/user-tools-dataproc-gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ RAPIDS variables have a naming pattern `RAPIDS_USER_TOOLS_*`:
store and cache the downloaded resources. The default is `/var/tmp/spark_rapids_user_tools_cache`.
Note that caching the resources locally has an impact on the total execution time of the command.
- `RAPIDS_USER_TOOLS_OUTPUT_DIRECTORY`: specifies the location of a local directory that the RAPIDS-cli uses to
generate the output. The wrapper CLI arguments override that environment variable
(`--output_folder` and `local_folder` for Bootstrap and Qualification respectively).
generate the output. The wrapper CLI arguments override that environment variable (`--local_folder` for Qualification).

## Qualification command

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def qualification(cpu_cluster: str = None,

class DataprocGKEWrapper: # pylint: disable=too-few-public-methods
"""
A wrapper script to run RAPIDS Accelerator tools (Qualification, Profiling, and Bootstrap) on Gcloud Dataproc GKE.
A wrapper script to run RAPIDS Accelerator tool (Qualification) on Gcloud Dataproc GKE.
"""
def __init__(self):
self.qualification = CliDataprocGKELocalMode.qualification

0 comments on commit e5d1671

Please sign in to comment.