Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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!