radanalyticsio / oshinko-s2i

This is a place to put s2i images and utilities for spark application builders for openshift
Apache License 2.0
15 stars 27 forks source link

Allow spark to be installed as an s2i build #261

Closed tmckayus closed 6 years ago

tmckayus commented 6 years ago

This is an initial change to allow spark to be installed during an s2i build if it is left out of the creation of the s2i images

This is a step toward a mechanism which will allow users to build s2i images with custom spark installs in OpenShift Origin rather than modifying github repos and running local builds.

crobby commented 6 years ago

Seems to be working as advertised so far. Amazing stuff!

tmckayus commented 6 years ago

current "incomplete" test is going to fail because the regex for the test run is picking up incomplete image tests, they should run separately. Update soon