[ 
https://issues.apache.org/jira/browse/OOZIE-887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Kanter updated OOZIE-887:
--------------------------------

    Attachment: OOZIE-887.patch

In the web UI, you can change the time zone by going to the new "Settings" tab 
and choosing a time zone from the combo box.  You'll have to either refresh the 
page or click one of the little refresh icons to see the change.  It gets the 
list of time zones from the server's admin servlet (I added a new resource for 
it).  The time zone conversion is done on the server (it already had some 
preliminary support for this), not the web UI, by passing an optional timezone 
parameter in the JSON requests.  

On the command line, you can pass -timezone <arg> to specify a timezone.  
Because there was already a -localtime argument, I generalized that code to 
allow any time zone (all dates are received from the server in GMT and then are 
converted afterwards, so I didn't have to change any client/server 
interactions).  I left the -localtime argument, and it will override the 
-timezone argument if both are specified.  

I added/updated some tests and also did some manual verification.  
                
> Support for choosing timezone in Oozie UI
> -----------------------------------------
>
>                 Key: OOZIE-887
>                 URL: https://issues.apache.org/jira/browse/OOZIE-887
>             Project: Oozie
>          Issue Type: New Feature
>            Reporter: Robert Kanter
>            Assignee: Robert Kanter
>         Attachments: OOZIE-887.patch
>
>
> Add the ability to choose a different timezone (e.g. PST) in the Oozie web UI 
> and command line.  This would only be a superficial change that only affects 
> the web UI and command line output; it wouldn't change any of the actual 
> processing, logs, etc.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to