Created 11-02-2016 12:53 PM
I want to run my SH script only from Monday to Friday. How to create oozie job for this case?
Created 11-02-2016 01:17 PM
You can do this by running cron type scheduling in oozie and setting day-of-week field to 2-6.
These posts show exactly how to do that:
Created 11-02-2016 01:17 PM
You can do this by running cron type scheduling in oozie and setting day-of-week field to 2-6.
These posts show exactly how to do that:
Created 11-03-2016 06:46 AM
Thanks @Greg Keys.
This is what i want 🙂
Created 11-03-2016 01:01 PM
@Sundar Lakshmanan Glad it helped. Happy Hadooping!