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

update selector labels for sparkjob.json #255

Closed elmiko closed 6 years ago

elmiko commented 6 years ago

The service associated with the spark job template was using a selector label that did not exist on the job object. This change updates the name of the selector to be more relevant, and add the necessary labels to the job object.

elmiko commented 6 years ago

@tmckayus @dfeddema ptal

elmiko commented 6 years ago

closes #256

tmckayus commented 6 years ago

This reminds me that we need to add an app completion test for the job template, we have them for all of the dc templates.