You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Ajay Yadav (JIRA)" <ji...@apache.org> on 2014/11/19 07:11:33 UTC

[jira] [Commented] (FALCON-501) EL expressions allowed inside of validity

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

Ajay Yadav commented on FALCON-501:
-----------------------------------

As discussed in FALCON-898 we shouldn't have an expression like never(). We should make end date optional instead. Please take it up as part of this JIRA as I am closing FALCON-898 as duplicate of this.

> EL expressions allowed inside of validity
> -----------------------------------------
>
>                 Key: FALCON-501
>                 URL: https://issues.apache.org/jira/browse/FALCON-501
>             Project: Falcon
>          Issue Type: Wish
>            Reporter: Josh Clum
>            Assignee: Syed Zulfiqar Ali
>
> I have a configuration that looks something like this:
>   <clusters>
>     <cluster name="cluster" type="source">
>       <validity start="2014-06-09T13:00Z" end="2016-01-01T00:00Z"/>
>     </cluster>
>   </clusters>
> I would like to have a way to start the job on the day I submitted the job. Right now, processes seem to be playing "catchup" if I don't manually change the start date to the day I submit. 
> It's complicated to have dates changing is such a way. It would be nice to have EL expressions like this:
>   <clusters>
>     <cluster name="cluster" type="source">
>       <validity start="today(0,0)" end="never()"/>
>     </cluster>
>   </clusters>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)