Alessio, We don't presently support cron scheduling for the primary node only processors. This does come up fairly often and a nice PR/contrib came in a while ago from the community https://issues.apache.org/jira/browse/NIFI-401. It is now getting some good traction so hopefully it will be in an upcoming release.
Thanks Joe On Mon, Oct 24, 2016 at 6:13 AM, Alessio Palma <[email protected]> wrote: > Hello All, here is a question which is driving me crazy... > I'm using the PutHiveQL processor to create some tables and view into > HIVE. This processor need the SQL to execute into a flowfile. > > I'm using a GenerateFlowFile to build an empty flowfile which is later > filled using the ReplaceText processor. > > It Works but the cluster has 3 host and I'm getting the same query 3 times. > > If I use the "On primany node" scheduling stretegy into the > GenerateFlowFile, anything works but I'm no longer able to use the CRON > scheduling option. > > So.. There is a way to produce a SINGLE FlowFile into a cluster using a > "cron scheduling" option ? >
