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-46910][PYTHON] Eliminate JDK Requirement in PySpark Installation #44940

Closed
wants to merge 9 commits into from

Conversation

asl3
Copy link
Contributor

@asl3 asl3 commented Jan 29, 2024

What changes were proposed in this pull request?

Modifies the PySpark installation script to ask users to allow installation of the necessary JDK, if not already installed.

Why are the changes needed?

Simplifying the PySpark installation process is a critical part of improving the new user onboarding experience. Many new PySpark users get blocked in the installation process, due to confusing errors from not having Java installed. This change simplifies the PySpark user onboarding process.

Does this PR introduce any user-facing change?

Yes, modifies the PySpark installation script.

How was this patch tested?

Installing PySpark in virtual environments

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

No

@HyukjinKwon
Copy link
Member

Merged to master.

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