Return-Path: X-Original-To: apmail-incubator-oozie-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-oozie-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4EAD78E8C for ; Tue, 13 Sep 2011 22:09:36 +0000 (UTC) Received: (qmail 50290 invoked by uid 500); 13 Sep 2011 22:09:36 -0000 Delivered-To: apmail-incubator-oozie-commits-archive@incubator.apache.org Received: (qmail 50242 invoked by uid 500); 13 Sep 2011 22:09:35 -0000 Mailing-List: contact oozie-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oozie-dev@incubator.apache.org Delivered-To: mailing list oozie-commits@incubator.apache.org Received: (qmail 50226 invoked by uid 99); 13 Sep 2011 22:09:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 22:09:35 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 22:09:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E344397C91 for ; Tue, 13 Sep 2011 22:09:08 +0000 (UTC) Date: Tue, 13 Sep 2011 22:09:08 +0000 (UTC) From: "Mona Chitnis (JIRA)" To: oozie-commits@incubator.apache.org Message-ID: <2125983311.24346.1315951748927.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1114632004.39906.1313448327276.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (OOZIE-15) Coordinator input event instance should limit 1 instance 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/OOZIE-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mona Chitnis updated OOZIE-15: ------------------------------ Attachment: OOZIE-15.patch detection of improper definition during coordinator submit. > Coordinator input event instance should limit 1 instance > -------------------------------------------------------- > > Key: OOZIE-15 > URL: https://issues.apache.org/jira/browse/OOZIE-15 > Project: Oozie > Issue Type: Bug > Reporter: Mona Chitnis > Priority: Minor > Labels: event, oozie > Attachments: OOZIE-15.patch > > Original Estimate: 168h > Remaining Estimate: 168h > > for the input events, if there are multiple dates, it uses the first date to resolve the data > instance, instead of giving warning or error. for example: > > 2010-06-11T00:30Z,2010-06-11T00:31Z,2010-06-11T00:32Z > > Missing Dependencies : hdfs://gsbl90390.blue.ygrid.yahoo.com:8020/user/mchiang/coord-input/2010/06/11/00/30/_SUCCESS > similarly, there is no warning or error when applying dateOffset with count > 1. > > ${coord:dateOffset(baseDate,30,'MINUTE',5)} > > 1. dateOffset no longer has 4th argument, count. > 2. however, there is no error or warning when in coordinator.xml: > > > ${coord:current(-2)},${coord:current(-1)} > > > it resolved to use ${coord:current(-2)} only. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira