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

[SPARK-49678][CORE][FOLLOWUP] Support spark.master in SparkSubmitArguments #48134

Closed
wants to merge 1 commit into from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Sep 17, 2024

What changes were proposed in this pull request?

This PR is a follow-up in order to support spark.master instead of spark.test.master.

Why are the changes needed?

By reusing the official config name, we can avoid to add a new test configuration.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the CORE label Sep 17, 2024
@dongjoon-hyun
Copy link
Member Author

cc @HyukjinKwon

@dongjoon-hyun
Copy link
Member Author

Thank you, @viirya .

@HyukjinKwon
Copy link
Member

HyukjinKwon commented Sep 17, 2024

Could we maybe just reuse 'PYSPARK_SUBMIT_ARGS' environment variable set to '--master local[1]' if this is just dev/test only? I haven't tested cuz I am away from keyboard today but I think it should work.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-49678-2 branch September 18, 2024 00:39
@dongjoon-hyun dongjoon-hyun restored the SPARK-49678-2 branch September 18, 2024 00:41
@dongjoon-hyun
Copy link
Member Author

Sorry, @viirya and @HyukjinKwon . I closed this PR and will add a comment to the original PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants