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

        

Reply via email to