Skip to content

Install Spark 4 release version #2300

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

Merged
merged 1 commit into from
May 30, 2025
Merged

Conversation

mathbunnyru
Copy link
Member

Describe your changes

Issue ticket if applicable

Checklist (especially for first-time contributors)

  • I have performed a self-review of my code
  • If it is a core feature, I have added thorough tests
  • I will try not to use force-push to make the review process easier for reviewers
  • I have updated the documentation for significant changes

@@ -17,7 +17,7 @@ def check_nbconvert(
no_warnings: bool = True,
) -> str:
"""Check if nbconvert is able to convert a notebook file"""
cont_data_file = "/home/jovyan/data/" + host_file.name
cont_data_file = "/home/jovyan/" + host_file.name
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason, this test requires the directory where the file is to be writeable now.
I don't have time to dig into why this happens, so I just changed the mounted file location

@mathbunnyru
Copy link
Member Author

It seems that this version has not yet been publicly released, but will be quite soon: https://lists.apache.org/thread/dbzg7881cz9yxzszhht40tr4hoplkhko

I will wait for the release before merging this.

@mathbunnyru mathbunnyru mentioned this pull request May 24, 2025
4 tasks
@mathbunnyru
Copy link
Member Author

https://spark.apache.org/releases/spark-release-4-0-0.html

@mathbunnyru mathbunnyru merged commit f9a75e5 into jupyter:main May 30, 2025
69 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant