Andras Salamon created OOZIE-3497:
-------------------------------------
Summary: More flexible Oozie CLI options ordering
Key: OOZIE-3497
URL: https://issues.apache.org/jira/browse/OOZIE-3497
Project: Oozie
Issue Type: Improvement
Affects Versions: trunk
Reporter: Andras Salamon
I find a bit confusing that out of the following two commands:
{noformat}
oozie admin -oozie http://$(hostname -f):11000/oozie -status
oozie -oozie http://$(hostname -f):11000/oozie admin -status
{noformat}
only the first one works. The second gives the following error message:
{noformat}
Invalid sub-command: invalid sub-command [-oozie]
use 'help [sub-command]' for help details
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)