-
Notifications
You must be signed in to change notification settings - Fork 39
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
SSL error while starting Client #181
Comments
Apologies for the delay here, I've been out-of-office (vacation, then SciPy). Why are you passing in For your specific error, it looks like the connection between python and the driver subprocess is failing, resulting in the driver shutting down. To prevent lingering processes, when creating a non-global driver the java subprocess watches skein/java/src/main/java/com/anaconda/skein/Driver.java Lines 298 to 299 in 3baa06c
It's not clear to me why you're seeing this issue. A few questions:
What happens if you start a global driver separately, then connect to it? This avoids this section of the code, and may help diagnose if there's another issue. The easiest way to test this is using the CLI (this is also available in the Python api with
After running that, it would be good to know if it succeeded, and the output of |
Hello,
I am new to skein and dask in general. I am trying to create a hello world dask-yarn application and running into ssl certificate errors. Does anyone know how to get around it?
Here's the code i am using:
and here's the error message:
The text was updated successfully, but these errors were encountered: