GH-55: Oozie should not materialize a coordinator job right after its 
submission if the job will only run in far future.
------------------------------------------------------------------------------------------------------------------------

                 Key: OOZIE-93
                 URL: https://issues.apache.org/jira/browse/OOZIE-93
             Project: Oozie
          Issue Type: Bug
            Reporter: Hadoop QA


Currently Oozie will materialize a coordinator job right after job submission, 
even if the job will only run in far future. 

We need to modify CoordJobMatLookupCommand so that it also checks 
materialization's start time (set as job's start time for a newly submitted 
job) against current time. Only if it falls into a valid range (say, within one 
hour of future), we proceed with materialization.

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

        

Reply via email to