Setting the Oozie Database Timezone
We recommended that you set the timezone in the Oozie database to GMT. Databases do not handle Daylight Saving Time (DST) shifts correctly. There might be problems if you run any Coordinators with actions scheduled to materialize during the one-hour period that gets lost in DST.
- To set the timezone in Derby, add the following to CATALINA_OPTS in the oozie-env.sh file:
-Duser.timezone=GMT
- To set the timezone just for Oozie in MySQL, add the following argument to oozie.service.JPAService.jdbc.url:
useLegacyDatetimeCode=false&serverTimezone=GMT
![](../static/important.jpg)
For more information about how to set your database's timezone, see your database's documentation.
Page generated September 13, 2018.
<< Enabling Oozie SLA with Cloudera Manager | ©2016 Cloudera, Inc. All rights reserved | Scheduling in Oozie Using Cron-like Syntax >> |
Terms and Conditions Privacy Policy |