Created 03-05-2018 01:25 PM
Hello,
I am facing an issue: currently my OS and hdp is running in CET.
When i try to submit a oozie job with following parameters
startTime=2018-03-05T14\:20Z
endTime=2099-01-01T00\:01Z
timezone=Europe/Berlin
then my job gets started at 2018-03-05 15:20Z . This means that it adds 1 hour to my system time. This is wrong as my system time is in CET.
It seems that oozie does not know the time it is working in. How to tell oozie that the local timezone is in CET.
Thanks and Best Regards,
Gagan
Created 03-13-2018 03:15 PM
On Ambari Managed Cluster,
Ambari > Oozie > configs > custom oozie-site > oozie.processing.timezone=GMT+0100
Reference:
https://community.hortonworks.com/articles/73830/how-to-change-oozie-timezone-from-gmt-to-est.html
Created 03-19-2018 08:33 PM
Hi @Gagandeep Singh Chawla Did the above response help?
Created 03-20-2018 09:13 AM
Dear Saumil, The mention method works as a workaround and not exact solution, so i am looking for a better solution. Thanks, Gagan