Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!
Labels (1)
avatar
Super Collaborator

Steps:

Oozie server timezone

  • For Ambari users, login and navigate to Custom Oozie-site.

Ambari > Oozie > configs > custom oozie-site

  • Add Property "oozie.processing.timezone=GMT-0500"

oozie.processing.timezone Default value=UTC

Oozie server timezone. Valid values are UTC and GMT(+/-)####, for example 'GMT+0530' would be India timezone. All dates parsed and generated dates by Oozie Coordinator/Bundle will be done in the specified timezone. The default value of 'UTC' should not be changed under normal circumstances. If for any reason is changed, note that GMT(+/-)#### timezones do not observe DST changes.

10691-screen-shot-2016-12-22-at-125618-pm.png

  • Save and Restart Oozie Service

Oozie Web Console

To View the Job in EST Timezone on Oozie Web Console, follow below steps.

10699-screen-shot-2016-12-22-at-33142-pm.png

  • Navigate to "* Jobs" Tab and refresh to see the jobs in EST timezone

Oozie Coordinator properties, use the time in EST and append "-500" to it.

start="2016-12-22T15:46-0500"

end="2016-12-22T18:00-0500"

8,845 Views
Version history
Last update:
‎08-17-2019 07:03 AM
Updated by:
Contributors