Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

Apache Oozie documentation shows how to get status in localtime which works but not an example on how to run a job using localtime.. Is there a way to run the job local time? We are trying to avoid daylight saving's time.

avatar
Expert Contributor
 
1 ACCEPTED SOLUTION

avatar
Master Guru

You can export OOZIE_TIMEZONE the same way you export OOZIE_URL, or use "-timezone" option, or for a long-term change set "oozie.processing.timezone" in oozie-site.xml for example to "GMT+0900".

View solution in original post

4 REPLIES 4

avatar
Expert Contributor

daylight saving's time

avatar
Expert Contributor

same issue with no resolution

avatar
Master Guru

You can export OOZIE_TIMEZONE the same way you export OOZIE_URL, or use "-timezone" option, or for a long-term change set "oozie.processing.timezone" in oozie-site.xml for example to "GMT+0900".