[
https://issues.apache.org/jira/browse/OOZIE-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alejandro Abdelnur updated OOZIE-391:
-------------------------------------
Fix Version/s: pre-Apache
> 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
> Fix For: pre-Apache
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira