-
Notifications
You must be signed in to change notification settings - Fork 6
Update docs for 0.4.0 release #15
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
Conversation
src/jekyll/running-on-kubernetes.md
Outdated
| can be added to the classpath by referencing them with `local://` URIs and/or setting the `SPARK_EXTRA_CLASSPATH` | ||
| environment variable in your Dockerfiles. | ||
| environment variable in your Dockerfiles. For any remote dependencies that aren't baked into the driver and executor | ||
| docker images, whether they are supplied via http, or hdfs, or the resource staging server, the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any remote dependencies (not using the local:// scheme) ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
|
LGTM with a minor comment. |
a1d0d3c to
9998f9f
Compare
|
so the image tags for python got a |
|
Yes, they were standing out - the script that pushes images now pushes them up as spark-driver-py and spark-executor-py, in line with the other images. |
|
I'm not seeing |
|
No, I just realized that we now have that script but I didn't use the script. Will repush driver-py and executor-py. |
|
Done. |
|
LGTM |
ptal @erikerlandson @ash211 @mccheah @liyinan926 @ifilonenko