Eric Lin created OOZIE-3319:
-------------------------------
Summary: 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
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)