-
Notifications
You must be signed in to change notification settings - Fork 447
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
[BUG] Default Docker container got broken #809
Comments
Hi @ltregan thanks for opening an issue. I'm looking into this today |
@ltregan I'm unable to reproduce. Can you check if you are still running into issues? |
Still same issue, even after clearing the cache. Exact sequence is:
I am on Mac M1. Something fishy also is that CPU start at 20% (can be seen in the screenshots at the bottom) then goes up to 40% after a couple of minutes and stay there. Full log then screenshots below.
|
@ltregan Thanks for the screenshots. I'm able to reproduce |
Describe the bug
I believe there was a new push of the image by datamechanics (5 days ago ?) and now sparkmagic docker image does not work anymore. If you log to the spark-1 container, and try ../bin/pyspark I get this error:
To Reproduce
git clone https://github.com/jupyter-incubator/sparkmagic sparkmagic-dev
cd sparkmagic-dev
docker compose up
then create a new PySpark notebook and a simple command does not. work. eg. %data = [(1, 'John', 'Doe')]
Expected behavior
PySpark kernel should work
Screenshots
If applicable, add screenshots to help explain your problem.
Versions:
Additional context
I believe there was a new push of the image by datamechanics (5 days ago ?)
The text was updated successfully, but these errors were encountered: