0

I want to schedule spark job to run on daily basis via marathon. I am using mesos as cluster manager.

How to schedule a job to run only once a day via marathon. Right now the job keeps on running again and again once it's finished.

TJJ
  • 31
  • 1
  • 7

1 Answers1

0

There is no way to schedule periodic job on Marathon. You need to use another framework

janisz
  • 6,292
  • 4
  • 37
  • 70