-
Notifications
You must be signed in to change notification settings - Fork 151
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
Jep integration with scala spark #272
Comments
I also tried using
|
Hi! I used |
There is no PyInit_Jep in the .so because it is not loaded by python but instead is loaded by java/jni. The error probably means your python path is incorrect, it should point to the directory that contains the jep directory and not the jep directory itself. Python should load the jep module using the init.py in the jep directory, not using the .so. |
Thanks! The cause is that I set python path to the jep directory. Close this issue now. |
Is your feature request related to a problem? Please describe.
I'm trying jep 3.9.0 in spark scala and doing experiments on Yarn clusters. However I always got the following error
This issue is related with #18, which indicates I need to set up
PYTHONHOME
environment variable so that I can find the virtual env directory. This is not easy in Spark. Could you provide some advice on how Jep integrates with Spark? Thank you!The text was updated successfully, but these errors were encountered: