1

I need to schedule the JDBC consumer job to run everyday morning at 5 am, as far as I know, I can make the job run at 5 am when I start the job at 5 am and put 24 hours in the query interval.

But I need to schedule the first instance to start at 5 am without starting it manually (i'm lazy to wake up at 5 am :P) Is there a way to achieve this?

roh
  • 1,033
  • 1
  • 11
  • 19
  • Why not use Oozie? – OneCricketeer Nov 25 '17 at 18:23
  • how can I run the stremsets pipeline in oozie ?? – roh Nov 26 '17 at 22:31
  • I doubt you can. My question is if you have to schedule something, I think Oozie (or Nifi) support those features. I've not used Steamsets enough. But you tagged your question with Cloudera, so use Hue to build your Oozie workflow – OneCricketeer Nov 26 '17 at 23:09
  • I know about the oozie jobs, but this is different thing i'm trying to schedule stream sets pipeline through the Stream sets UI – roh Nov 28 '17 at 21:32

1 Answers1

3

(Copying my answer from Ask StreamSets)

There is no built-in scheduler in SDC, but you could use cron and the StreamSets CLI to start the pipeline.

metadaddy
  • 4,234
  • 1
  • 22
  • 46