Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Implementation for Distributed Mode in Qualification Tool CLI #1477

Open
wants to merge 5 commits into
base: spark-rapids-tools-distributed-base
Choose a base branch
from

Conversation

parthosa
Copy link
Collaborator

Fixes #1476.

With the merge of arguments for toggling distributed mode in the Qualification Tool CLI, the next step is to implement the functionality for this feature.

Usage

spark_rapids qualification --platform onprem --eventlogs /path/to/eventlogs  --verbose --filter_apps all \
 --submission_mode distributed --tools_config_file /path/to/custom_conf_file.yaml

Notes:

Detailed Changes

Support for distributed job submission:

Enhancements to utility functions:

New dependencies:

Other notable changes:

@parthosa parthosa added feature request New feature or request user_tools Scope the wrapper module running CSP, QualX, and reports (python) labels Dec 21, 2024
@parthosa parthosa self-assigned this Dec 21, 2024
Signed-off-by: Partho Sarthi <[email protected]>
@parthosa parthosa marked this pull request as ready for review December 23, 2024 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request user_tools Scope the wrapper module running CSP, QualX, and reports (python)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TASK] Add Implementation for Distributed Mode in Qualification Tool CLI
1 participant