Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

How to schedule OOZIE job for week days only?

avatar
Contributor

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
Contributor

Thanks @Greg Keys.

This is what i want 🙂

avatar
Guru

@Sundar Lakshmanan Glad it helped. Happy Hadooping!

Labels