You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Andras Salamon (JIRA)" <ji...@apache.org> on 2019/05/27 08:46:00 UTC

[jira] [Created] (OOZIE-3497) More flexible Oozie CLI options ordering

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)