Robert Kanter created OOZIE-1245:
------------------------------------

             Summary: Add ability to automatically suspend workflow at 
specified actions
                 Key: OOZIE-1245
                 URL: https://issues.apache.org/jira/browse/OOZIE-1245
             Project: Oozie
          Issue Type: New Feature
          Components: workflow
    Affects Versions: trunk, 3.3.2
            Reporter: Robert Kanter
            Assignee: Robert Kanter


It could be useful to add a configuration property that lets users specify a 
list of action that will cause Oozie to automatically suspend the workflow when 
reaching any of those actions; like breakpoints in a debugger.  To continue 
running the workflow, the user would simply use the {{-resume}} command.  

For example, a user could specify 
{{oozie.suspendpoints=mr-node,my-pig-action,my-fork}} in their job.properties 
file and when Oozie is about to execute any of those three actions, it would 
suspend the workflow.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to