[ 
https://issues.apache.org/jira/browse/OOZIE-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13167026#comment-13167026
 ] 

[email protected] commented on OOZIE-629:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3068/
-----------------------------------------------------------

(Updated 2011-12-11 02:33:47.445709)


Review request for oozie, Mohammad Islam and Angelo K. Huang.


Changes
-------

diff after updating repo to latest version. Moved out the logic block in 
CoordSubmitXCommand to a separate method.


Summary
-------

Oozie server uses a system configurable property to define the default dataset 
initial-instance, i.e., UTC 1970-01-01T00:00Z. 

Oozie will prevent launching job that mentions any dataset initial instance 
earlier than the system default (e.g. 1970-01-01T00:00Z). Firstly it makes for 
good sanity check, and secondly it will avoid the situation where it takes a 
really long time to compute and resolve dataset instances if the date is older 
than the above default one - the oldest date permitted.


This addresses bug OOZIE-629.
    https://issues.apache.org/jira/browse/OOZIE-629


Diffs (updated)
-----

  
trunk/core/src/test/java/org/apache/oozie/command/coord/TestCoordSubmitXCommand.java
 1212959 
  
trunk/core/src/main/java/org/apache/oozie/command/coord/CoordSubmitXCommand.java
 1212959 
  trunk/core/src/test/resources/coord-dataset-initial-instance.xml PRE-CREATION 

Diff: https://reviews.apache.org/r/3068/diff


Testing
-------

yes


Thanks,

Mona


                
> Oozie server to prevent usage of dataset initial-instance earlier than the 
> system-defined default value
> -------------------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-629
>                 URL: https://issues.apache.org/jira/browse/OOZIE-629
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Mona Chitnis
>            Priority: Minor
>              Labels: oozie
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> oozie server uses a system configurable property to define the default 
> dataset initial-instance, e.g., UTC
> 1970-01-01T00:00Z. 
> oozie will issue a warning for any initial instance earlier than the system 
> default (e.g. 1970-01-01T00:00Z).

--
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

        

Reply via email to