-
Notifications
You must be signed in to change notification settings - Fork 238
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
load.ivy through HTTP/HTTPS proxy for Spark setup #21
Comments
If I set the HTTP/HTTPS proxy in
|
(Initial answer was buggy, now fixed) You can try editing {
"language" : "scala211",
"display_name" : "Scala 2.11",
"argv" : [
"/path/to/jupyter-scala_2.11.6-0.2.0-SNAPSHOT/bin/jupyter-scala",
"--quiet",
"--connection-file",
"{connection_file}"
],
"env": {
"JVM_OPT": "-Dhttp.proxyHost=... -Dhttp.proxyPort=... -Dhttps.proxyHost=... -Dhttps.proxyPort=..."
}
} I haven't tested these exact options myself, but that's how one can provide java options to the kernel. |
Alternatively, you can try to edit the |
Thanks! It worked. |
I noticed this solution worked 3 years ago, but now the jupyter-scala is using couriser to download all the runtime dependencies and artifacts. I have tried the proposed method here, but it no longer works with couriser. I have provided more attempts and clues in issue #189. It will be great if @alexarchambault can revisit this either issue with the new codebase using couriser. Many thanks and sorry for trolling an closed issue from the past. |
I am following the Spark setup instructions listed in Spark.ipynb. How can I configure
load.ivy
to go through an HTTP/HTTPS proxy for donwloading?Thanks!
The text was updated successfully, but these errors were encountered: