You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "PENG Yongyi (JIRA)" <ji...@apache.org> on 2014/10/24 09:06:34 UTC

[jira] [Created] (OOZIE-2044) ssh action succeed with a not exists command which should be fail.

PENG Yongyi created OOZIE-2044:
----------------------------------

             Summary: ssh action succeed with a not exists command which should be fail.
                 Key: OOZIE-2044
                 URL: https://issues.apache.org/jira/browse/OOZIE-2044
             Project: Oozie
          Issue Type: Bug
          Components: action, core
    Affects Versions: 4.0.1, 4.0.0
            Reporter: PENG Yongyi


it's should fail but succeed as follow action:
<ssh>
  <host>localhost</host>
  <command>/bin/not-exists-command</command>
</ssh>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)