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

[FEA] run_pyspark_from_build should have an easy way to set Java debugger options #4948

Open
gerashegalov opened this issue Mar 14, 2022 · 0 comments
Labels
feature request New feature or request

Comments

@gerashegalov
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
As a developer upon encountering an pytest failure, I would like a simple way of adding JVM debugger options without altering the default test JVM options. Test failures may be results of violated assertions caught when default -ea flag is provided, and overriding the properties easily changes the test semantics.

Describe the solution you'd like
Either dedicated switches or environment variables for driver and executor debug options

Describe alternatives you've considered
As a workaround, when the problem reproduces in the local mode, one can pass Java debugger options to the driver
by misappropriating COVERAGE_SUBMIT_FLAGS that would apply extra options without overwriting the original options.

Additional context
N/A

@gerashegalov gerashegalov added feature request New feature or request ? - Needs Triage Need team to review and classify labels Mar 14, 2022
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Mar 15, 2022
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
Projects
None yet
Development

No branches or pull requests

2 participants