Created 11-11-2016 07:13 PM
Hi,
I am using QueryDatabaseTable (on Nifi 1.0) to fetch rows from MySQL DB table. To reduce redundent executions, I have scheduled it on Primary node.
- However, doing so prevents me from scheduling this processor on a fixed-time since there is no option to do so (like CRON option, where you could specify a fixed time, say 9AM every day). I want to schedule it on fixed time, like 9AM every day. Is that possible? Any workaround?
Thanks
Obaid
Created 11-11-2016 07:19 PM
In existing releases you can not do CRON scheduling with Primary Node Only.
An enhancement to support this was merged to master recently and will be included in the Apache NiFi 1.1 release, the JIRA is this ticket:
Created 11-11-2016 07:19 PM
In existing releases you can not do CRON scheduling with Primary Node Only.
An enhancement to support this was merged to master recently and will be included in the Apache NiFi 1.1 release, the JIRA is this ticket:
Created 11-11-2016 07:32 PM
Thanks, that was very helpful,