Hi Serega,I didn't fully understand your question.I assume: your job runs
"daily" and processes 24 instances of "hourly" data.You have to do the
followings:
1. define a dataset in <datasets> for hourly data.2. define a "data-in" in
"input-event" section. In <data-in>" you will need to mention the start and end
instance. you can write
<start-instance>${coord:current(-23)}</start-instance><end-instance>${coord:current(0)</end-instance>
HTH.
Regards,Mohammad
On Friday, May 8, 2015 4:33 AM, Serega Sheypak <[email protected]>
wrote:
Hi, I have a coordinator. It wakes up each day and consumes hourly-based
paths.
The problem is that I coordinator should consume these paths:
/my/path/2015/05/20
/my/path/2015/05/21
/my/path/2015/05/22
...
/my/path/2015/06/04
How can I specify these instances using
<start-instance />
<end-instance />