You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Roman Shaposhnik (JIRA)" <ji...@apache.org> on 2011/09/10 05:23:09 UTC

[jira] [Created] (OOZIE-529) OOZIE-112: kill node message is not printed out

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

        

[jira] [Resolved] (OOZIE-529) OOZIE-112: kill node message is not printed out

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik resolved OOZIE-529.
------------------------------------

    Resolution: Fixed

> 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