Trevor McKay
Trevor McKay
https://github.com/jvm-operators/operator-parent-pom/pull/136
@jkremser ptal
@ThatBeardedDude Really happy to have you using oshinko, it's especially great to get feedback from someone who is looking with fresh eyes. Our cluster configmaps for the master and worker...
@ThatBeardedDude noted :) We have a README about this but it needs to move, probably to the rad.io landing page in a HowTo. I'll add one
@ThatBeardedDude as promised, this will show up on the landing page. Good? https://github.com/radanalyticsio/radanalyticsio.github.io/pull/187
It's more than that, it's actually what Spark itself looks for. The entries in the configmap need to be *actual* spark configuration files, with the "key" as the filename and...
Note that I believe this can still be done with configmaps, because you can set that stuff in spark-env.sh if I'm not mistaken.
hmm, I may have just run into this in a PR build. I'll give it a try
This is a known limitation, since ephemeral-ness is tracked via labels on deploymentconfigs. We need another solution for jobs
The code from start.sh that reads APP_EXIT does this ```bash function app_exit { # Sleep forever so the process does not complete while [ ${APP_EXIT:-false} == false ] do sleep...