Hello,
I need to run a Spark job every N minutes and I'm wondering what is the easier/proper way to do that. I was thinking about using Chronos but if I do so, it seems I'll have to use spark-submit anyway. Should I: * Bundle spark-submit tool along my app * Make sure spark-submit command is available on all mesos-slave * Forget this and do something better ?Thanks in advance, Best regards, Adam.

