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

Add test for spark-on-k8s #264

Closed rimolive closed 6 years ago

tmckayus commented 6 years ago

This is a start because it establishes that the manifest file searching works in the k8s case. But, we need at least a couple additional tests: 1) cluster configmap usage (at this point the k8s impl will only make use of workercount) 2) app runs to completion (needs a new test to search for the k8s driver pod and check for the app completed message)

tmckayus commented 6 years ago

Folding this manifest test into https://github.com/radanalyticsio/oshinko-s2i/pull/265 which includes a move to 3.10 for travis and a k8s driver test