[
https://issues.apache.org/jira/browse/OOZIE-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405106#comment-13405106
]
Robert Kanter commented on OOZIE-887:
-------------------------------------
When you type an invalid command, the message says "use 'help' sub-command for
help details"; for example, if you type "help jobs", it should only print the
help info about the jobs command, but it always prints the help info for all
commands. The parameter to the showHelp method is to fix this.
I made it 'oozie timezones' instead of 'oozie help -timezones' because as I
mentioned, if you type 'oozie help', it prints out all of the help info; so if
we used 'oozie help -timezones', it would print out all of the timezones (which
are a lot) when the user typed just 'oozie help'. The CLI parsing code would
also accept 'timezones' as valid command. To change these 2 behaviors would
require modifying the CLIParser class to do something different for timezones,
but CLIParser is not specific to just OozieCLI (e.g. OozieDBCLI also uses it).
It seemed cleaner to just add a new command.
> 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-v2.patch, 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