OOZIE-112: kill node message is not printed out
-----------------------------------------------

                 Key: OOZIE-529
                 URL: https://issues.apache.org/jira/browse/OOZIE-529
             Project: Oozie
          Issue Type: Bug
            Reporter: Angelo K. Huang
            Assignee: Angelo K. Huang


If workflow failed, the error message is never printed out either in log 
message or web console.

    <action name="mr-node">
        <map-reduce>
        </map-reduce>
        <ok to="end"/>
        <error to="fail"/>
    </action>

    <kill name="fail">
        <message>Map/Reduce failed, error 
message[${wf:errorMessage(wf:lastErrorNode())}]</message>
    </kill>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to