Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
If you use a timezone like GMT-#### or GMT-##:## in the oozie CLI, the output looks like this:
Job ID App Name Status User Group Started Ended ------------------------------------------------------------------------------------------------------------------------------------ 0000000-120823130824882-oozie-rkan-W no-op-wf SUCCEEDED rkanter - 2012-08-23 13:10 GMT-07:002012-08-23 13:10 GMT-07:00 ------------------------------------------------------------------------------------------------------------------------------------
The problem is that "GMT-07:00" is 9 characters while it normally only prints out a 3 or 4 character timezone (e.g. "PST").
We should also stop hiding these from the list of available timezones.
The Web UI doesn't have this problem because the columns are resizable. However, we should add some "basic" GMT offsets to the time zone combo box.
Attachments
Attachments
Issue Links
- depends upon
-
OOZIE-965 Allow the timezone attribute in coordinator jobs to use a format like GMT-####
- Closed