You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Roman Shaposhnik (JIRA)" <ji...@apache.org> on 2011/09/10 05:43:10 UTC

[jira] [Closed] (OOZIE-391) GH-636: [BUNDLE] coord job should be started immediately if no kick-off time specified in bundle.xml.

     [ https://issues.apache.org/jira/browse/OOZIE-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik closed OOZIE-391.
----------------------------------

    Resolution: Fixed

> GH-636: [BUNDLE] coord job should be started immediately if no kick-off time specified in bundle.xml.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-391
>                 URL: https://issues.apache.org/jira/browse/OOZIE-391
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Hadoop QA
>
> coord job should be started immediately if no kick-off time specified in bundle.xml.
> <bundle-app name='BUNDLE-TEST' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
> xmlns='uri:oozie:bundle:0.1'> 
>    <coordinator name='coordJobFromBundle' >
>                  <app-path>${appPath}</app-path>
>        <configuration>
>          <property>
>               <name>START_TIME</name>
>               <value>${START_TIME}</value>
>           </property>
>          <property>
>               <name>END_TIME</name>
>               <value>${END_TIME}</value>
>           </property>
>       </configuration>
>    </coordinator>
> </bundle-app>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira