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

[jira] [Assigned] (OOZIE-3319) Log SSH action callback error output

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

Eric Lin reassigned OOZIE-3319:
-------------------------------

    Assignee: Eric Lin

> Log SSH action callback error output
> ------------------------------------
>
>                 Key: OOZIE-3319
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3319
>             Project: Oozie
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: trunk
>            Reporter: Eric Lin
>            Assignee: Eric Lin
>            Priority: Minor
>
> When SSH callback fails, there is no error message logged to tell us what was going on
> {code}
> if $callback; then
>     echo "Callback operation successful."
> else
>     echo "Not able to perform callback operation." >>${stderr}
> fi
> {code}
> The only message showed in the remote machine's log was "Not able to perform callback operation." which is useless.
> Request to log the stderr out of the $callback action to stderr log as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)