Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EBC4817773 for ; Tue, 30 Sep 2014 14:10:55 +0000 (UTC) Received: (qmail 32580 invoked by uid 500); 30 Sep 2014 14:10:55 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 32541 invoked by uid 500); 30 Sep 2014 14:10:55 -0000 Mailing-List: contact dev-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list dev@falcon.incubator.apache.org Received: (qmail 32530 invoked by uid 99); 30 Sep 2014 14:10:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2014 14:10:55 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 30 Sep 2014 14:10:54 +0000 Received: (qmail 31088 invoked by uid 99); 30 Sep 2014 14:10:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2014 14:10:34 +0000 Date: Tue, 30 Sep 2014 14:10:34 +0000 (UTC) From: "Shaik Idris Ali (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FALCON-384) Support oozie coord reruns based on argument in Falcon MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FALCON-384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shaik Idris Ali updated FALCON-384: ----------------------------------- Summary: Support oozie coord reruns based on argument in Falcon (was: Support coord reruns based on argument in Falcon) > Support oozie 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.3.4#6332)