Skip to content

Commit

Permalink
Fix core tool doc links and user qualification tool default argument …
Browse files Browse the repository at this point in the history
…values (#931)

* fixed docs and default arg values for qual tool

Signed-off-by: cindyyuanjiang <[email protected]>

* add blank space

Signed-off-by: cindyyuanjiang <[email protected]>

* removed estimation_model default

Signed-off-by: cindyyuanjiang <[email protected]>

* removed estimation_model default

Signed-off-by: cindyyuanjiang <[email protected]>

* removed filter_apps default

Signed-off-by: cindyyuanjiang <[email protected]>

---------

Signed-off-by: cindyyuanjiang <[email protected]>
  • Loading branch information
cindyyuanjiang authored Apr 12, 2024
1 parent 6dfeb4b commit 5ee8606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ The Profiling tool generates information which can be used for debugging and pro
Information such as Spark version, executor information, properties and so on. This runs on either CPU or
GPU generated event logs.

Please refer to [Qualification tool documentation](https://docs.nvidia.com/spark-rapids/user-guide/latest/spark-qualification-tool.html)
and [Profiling tool documentation](https://docs.nvidia.com/spark-rapids/user-guide/latest/spark-profiling-tool.html)
Please refer to [Qualification tool documentation](https://docs.nvidia.com/spark-rapids/user-guide/latest/qualification/overview.html)
and [Profiling tool documentation](https://docs.nvidia.com/spark-rapids/user-guide/latest/profiling/overview.html)
for more details on how to use the tools.

## Build
Expand Down
3 changes: 1 addition & 2 deletions user_tools/src/spark_rapids_pytools/wrappers/emr_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
from spark_rapids_pytools.common.utilities import Utils, ToolLogging
from spark_rapids_pytools.rapids.bootstrap import Bootstrap
from spark_rapids_pytools.rapids.diagnostic import Diagnostic
from spark_rapids_pytools.rapids.qualification import QualFilterApp, QualificationAsLocal, \
QualGpuClusterReshapeType
from spark_rapids_pytools.rapids.qualification import QualFilterApp, QualificationAsLocal, QualGpuClusterReshapeType
from spark_rapids_pytools.rapids.profiling import ProfilingAsLocal


Expand Down

0 comments on commit 5ee8606

Please sign in to comment.