Closed rebeccaSimmonds19 closed 6 years ago
@crobby this should work on all os it is not specific to macos. Did you try it yourself? Not sure why it has shown the previous macOS changes the only changes to file were change.yaml and the java-build Dockerfile. The Dockerfile now has a new env-var for the spark version. This is changed each time the change.yaml is used to change the spark version.
Question about the Dockerfile change. Any changes to the Dockerfile without a change to the corresponding image.yaml will wind-up being overwritten the next time image.yaml changes (and the Dockerfile is regenerated). Should there be a change to image.java.yaml instead (which will result in the Dockerfile change too)
just so i understand the change here, if i build this s2i, then make an app from the resulting image i should be able to use the SPARK_VERSION
environment variable in my pom file?
yep - fingers crossed!
this worked for me, here's how i tested it
make -f Makefile.java build
everything worked as expected and i was able to pull the spark version from the environment.
assuming the tests eventually pass, i'm good with this
https://github.com/radanalyticsio/oshinko-s2i/issues/218