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

[TASK] Add Arguments for Distributed Mode in Qualification Tool CLI #1430

Closed
parthosa opened this issue Nov 18, 2024 · 1 comment · Fixed by #1429
Closed

[TASK] Add Arguments for Distributed Mode in Qualification Tool CLI #1430

parthosa opened this issue Nov 18, 2024 · 1 comment · Fixed by #1429
Assignees
Labels
feature request New feature or request user_tools Scope the wrapper module running CSP, QualX, and reports (python)

Comments

@parthosa
Copy link
Collaborator

parthosa commented Nov 18, 2024

To enable distributed execution in the Qualification Tool CLI, we need to begin by making updates to the current CLI to support this mode. This is required to set the stage for future implementation PRs

Changes

  1. Add Arguments to toggle between local and distributed execution modes.
  2. Provide a way to specify custom Spark properties that will be used to initialize the Spark Session.

Note:

  • For specifying custom Spark properties, instead of introducing a new argument, we will utilize the existing --tools_config_file option.

Example configuration:

api_version: '1.0'
distributed_tools:
  spark_properties:
    - name: 'spark.executor.memory'
      value: '20g'
@parthosa parthosa added feature request New feature or request user_tools Scope the wrapper module running CSP, QualX, and reports (python) labels Nov 18, 2024
@parthosa parthosa self-assigned this Nov 18, 2024
@parthosa parthosa changed the title [FEA] Add Arguments for Distributed Mode in Qualification Tool CLI [TASK] Add Arguments for Distributed Mode in Qualification Tool CLI Nov 18, 2024
@parthosa
Copy link
Collaborator Author

Completed

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 a pull request may close this issue.

1 participant