-
Notifications
You must be signed in to change notification settings - Fork 6
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
pip install Download pyspark as default & fails to work #3
Comments
@yelled1 - I removed the hard dependency on PySpark, hopefully this will solve the issue. The hard PySpark dependency caused an issue on another project as well. I just published ceja v0.3.0. It should be in PyPi. Can you try again and let me know if the new version solves your issue? |
@MrPowers, pyspark did not download, which is great & thanks a bunch, but got
Also note that this is NOT an issue with WSL2, but it is in EMR (wsl2 was reinstall & EMR was fresh.
|
Below will work, but this means only works for
|
Yea, perhaps vendoring Jellyfish is the best path forward to avoid the transitive dependency issue. Python packaging is difficult and even harder when Spark is added to the mix. |
When I
pip install ceja
, I automatically getpyspark-3.1.1.tar.gz (212.3MB)
which is a problem because it's the wrong version (using 3.0.0 on both EMR & WSL).
Even when I eliminate it, I still get errors on EMR.
Can this behavior be stopped?
When I do above & attempt to use:
jws_???_m are created with:
I can see
columns
butshow
failsThe text was updated successfully, but these errors were encountered: