You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Ashish Paliwal (JIRA)" <ji...@apache.org> on 2014/11/05 10:27:34 UTC

[jira] [Resolved] (FLUME-485) Time-based/Scheduled batch updates

     [ https://issues.apache.org/jira/browse/FLUME-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Paliwal resolved FLUME-485.
----------------------------------
       Resolution: Won't Fix
    Fix Version/s: v0.9.5

Won't fix. 0.X branch not maintained anymore

> Time-based/Scheduled batch updates
> ----------------------------------
>
>                 Key: FLUME-485
>                 URL: https://issues.apache.org/jira/browse/FLUME-485
>             Project: Flume
>          Issue Type: New Feature
>    Affects Versions: v0.9.4
>            Reporter: Disabled imported user
>             Fix For: v0.9.5
>
>
> Currently, batching waits for N records and sends them.  Would be nice to translate this into time-based batching like "every hour" or "once a day at 1 am".  The syntax may be:
> <pre class="code">
> source | { batch("0 30 1 ? * MON-FRI") => sink };
> </pre>
> Where "0 30 1 ? * MON-FRI" is cron/quartz standard for describing scheduling intervals (at 1:30 am during weekdays)
> <a href="http://www.quartz-scheduler.org/">Quartz</a> is an obvious implementation choice.
> Alex K



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