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-50320][CORE] Make --remote an official option by removing experimental warning #48850

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Nov 14, 2024

What changes were proposed in this pull request?

spark-submit has one experimental option, which is --remote. This PR aims to make --remote option be an official option by removing experimental warning from Apache Spark 4.0.0.

| Spark Connect only:
| --remote CONNECT_URL URL to connect to the server for Spark Connect, e.g.,
| sc://host:port. --master and --deploy-mode cannot be set
| together with this option. This option is experimental, and
| might change between minor releases.

Why are the changes needed?

--remote has been used well so far and intuitively. It's unlikely for us to change it. We had better remove a warning message.

Does this PR introduce any user-facing change?

No behavior change.

How was this patch tested?

Manual review.

BEFORE (4.0.0-preview2)

$ bin/spark-submit 2>&1 | grep xperimental | wc -l
       1

AFTER

$ bin/spark-submit 2>&1 | grep xperimental | wc -l
       0

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

No.

@github-actions github-actions bot added the CORE label Nov 14, 2024
@dongjoon-hyun dongjoon-hyun changed the title [SPARK-50320][CORE] Make --remote be an official option by removing experimental warning [SPARK-50320][CORE] Make --remote an official option by removing experimental warning Nov 14, 2024
@dongjoon-hyun
Copy link
Member Author

cc @HyukjinKwon

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.

1 participant