[
https://issues.apache.org/jira/browse/OOZIE-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anoop S Nair updated OOZIE-2881:
--------------------------------
Description:
we currently have two methods to rerun a Oozie workflow job
one using failed node and another using skip nodes .
We face issue while rerunning a job with skip node which reran using failed
node in the past .
example:
oozie job -oozie http://<server_Url>:port/oozie/ -config <sample.xml> -rerun
<job_id>
throws following error
Error: E0404 : E0404: Only one of the properties are allowed
[oozie.wf.rerun.skip.nodes OR oozie.wf.rerun.failnodes]
It becomes very hectic when we trigger a workflow with huge count of steps.It
would we very helpful if we can have a method to re trigger a job from a
successful node .Especially when we want to change underlying data for a
specific step which has 1000 steps and rerun from 884th step and rerun the
process from there.
was:
we currently have two methods to rerun a Oozie workflow job
one using failed node and another using skip nodes , but the real issue arises
when we are unable to run a job with skip node once we have used failed node in
past execution.
It becomes very hectic when we trigger a workflow with huge count of steps.It
would we very helpful if we can have a method to re trigger a job from a
successful node .
> We should be having a feature to rerun a Oozie job from a successful step
> -------------------------------------------------------------------------
>
> Key: OOZIE-2881
> URL: https://issues.apache.org/jira/browse/OOZIE-2881
> Project: Oozie
> Issue Type: New Feature
> Components: core
> Reporter: Anoop S Nair
> Priority: Minor
>
> we currently have two methods to rerun a Oozie workflow job
> one using failed node and another using skip nodes .
> We face issue while rerunning a job with skip node which reran using failed
> node in the past .
> example:
> oozie job -oozie http://<server_Url>:port/oozie/ -config <sample.xml> -rerun
> <job_id>
> throws following error
> Error: E0404 : E0404: Only one of the properties are allowed
> [oozie.wf.rerun.skip.nodes OR oozie.wf.rerun.failnodes]
> It becomes very hectic when we trigger a workflow with huge count of steps.It
> would we very helpful if we can have a method to re trigger a job from a
> successful node .Especially when we want to change underlying data for a
> specific step which has 1000 steps and rerun from 884th step and rerun the
> process from there.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)