You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Shaik Idris Ali (JIRA)" <ji...@apache.org> on 2014/04/03 09:17:15 UTC

[jira] [Created] (FALCON-384) Support coord reruns based on argument in Falcon

Shaik Idris Ali created FALCON-384:
--------------------------------------

             Summary: Support coord reruns based on argument in Falcon
                 Key: FALCON-384
                 URL: https://issues.apache.org/jira/browse/FALCON-384
             Project: Falcon
          Issue Type: Bug
          Components: oozie
            Reporter: Shaik Idris Ali


Currently, when falcon instance is rerun, we check if the workflow for given instance is present and just use oozie's workflow rerun.

However users might need coord reruns instead of workflow reruns,

1. Users may want to change job conf (hadoop conf) etc, with workflow reruns, exactly the same hadoop job is retried, but with coord rerun a new workflow instance is created with confs.

2. Users might use EL expressions like latest(0), which should be resolved again with new set of datasets.

3. Users might also need to re-evaluate dependencies in cases we have chain of jobs. With just workflow rerun the job simply kicks-off without checking for data.

Provide option like refresh and invoke coord rerun with refresh.



--
This message was sent by Atlassian JIRA
(v6.2#6252)