Reputation: 55
I have a job which i want to work as scheduler.
I found that there is an option for scheduling a job in pentaho 5.0 from the start step input which has scheduling options for interval/day etc..
But my question is will the scheduling happen even if i close the pentaho i.e spoon window? Or should it be up always?
Upvotes: 0
Views: 1348
Reputation: 4544
Scheduling takes place at the Data Integration server level. If you don't have a DI server running you need to schedule it using the OS scheduling facility (task manager on Windows or cron) and call the job or transformation by using kitchen or pan, resp.
Upvotes: 1
Reputation: 2440
You have to look into how to create cron-job or screen in linux for the same, means you have to start your job in back-ground so it never die.
So in windows such facility is not available so in windows your tool should be up all the time for executing batch process.
Upvotes: 1