-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add Scala as --build-arg
#1757
Add Scala as --build-arg
#1757
Conversation
Converted this to a draft - it won't affect you, but no one will merge this accidentally :) |
@mathbunnyru Thank you :) I have not tested this one, but I hope we can have a choose for scala version. |
Wooo.. have a runner ;)
|
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.
I made some suggestions.
Also, please remove the docs telling old spark versions won't work properly (because they should now).
Tested with and they are OK.
|
Testing with
Gives this error
|
You can make it conditional.
|
@Bidek56 Yes, but that is 2 |
How about this with a single RUN?
|
Sending build context to Docker daemon 10.24kB |
@Bidek56 Try with
But then I get
|
I think it needs to be:
but I am still testing it. |
@bjornjorgensen this example should help you to reduce code duplication:
|
docker build does not seem to like this command:
I get:
|
This seams to work..
and this one..
|
It's failing for me locally but if it works in GA then great!
|
@Bidek56 This works for me. I test this on Manjaro with docker version 20.10.17
|
Squash merged this to |
Describe your changes
add Scala version choice
Issue ticket if applicable
[BUG] pyspark-notebook no longer builds for Spark 3.1.3, 3.1.2, 2.4.8 - Fix: #1756
Checklist (especially for first-time contributors)