Support Questions

Find answers, ask questions, and share your expertise

How to schedule OOZIE job for week days only?

avatar
Rising Star

I want to run my SH script only from Monday to Friday. How to create oozie job for this case?

1 ACCEPTED SOLUTION

avatar
Guru
3 REPLIES 3

avatar
Guru

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:

avatar
Rising Star

Thanks @Greg Keys.

This is what i want 🙂

avatar
Guru

@Sundar Lakshmanan Glad it helped. Happy Hadooping!