Skip to content

Improve spark installation #1192

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
Nov 29, 2020
Merged

Conversation

romainx
Copy link
Collaborator

@romainx romainx commented Nov 24, 2020

Spark installation improved by sourcing the spark-config.sh in the before-notebook.d hook that is run by start.sh. It permits to add automatically the right Py4J dependency version in the PYTHONPATH. So it is not needed anymore to set this variable at build time.

Documentation describing the installation of a custom Spark version modified to remove this step. Also updated to install the latest 2.x Spark version.

test_pyspark fixed (was always OK before that).

Best

Spark installation improved by sourcing the `spark-config.sh` in the `before-notebook.d` hook that is run by `start.sh`. It permits to add automatically the right Py4J dependency version in the `PYTHONPATH`. So it is not needed anymore to set this variable at build time.

Documentation describing the installation of a custom Spark version modified to remove this step. Also updated to install the latest `2.x` Spark version.

`test_pyspark` fixed (was always OK before that).
@romainx romainx added the type:Enhancement A proposed enhancement to the docker images label Nov 24, 2020
@romainx romainx requested a review from parente November 24, 2020 20:25
Copy link
Member

@parente parente left a comment

Choose a reason for hiding this comment

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

:shipit:

@parente parente merged commit 5cfa609 into jupyter:master Nov 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:Enhancement A proposed enhancement to the docker images
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants