Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 10-16-2018 07:34 AM
I need to trigger 'execute stream command'. So i am using 'generate flow file' processor to generate random flow file which will trigger 'execute stream command'.
But sometimes it is generating 2 flow files which results in execution of job twice.
I have also scheduled the 'generate flow file' processor
can somebody explain me how to overcome this issue.
Created 10-16-2018 07:46 AM
Are you using CRON Scheduling for the generate flowfile processor? If so, you could be hitting; https://issues.apache.org/jira/browse/NIFI-3242
The fix for NIFI-3242 is included in HDF3.2
Created 10-16-2018 07:46 AM
Are you using CRON Scheduling for the generate flowfile processor? If so, you could be hitting; https://issues.apache.org/jira/browse/NIFI-3242
The fix for NIFI-3242 is included in HDF3.2
Created 10-16-2018 09:09 AM
Thanks Jonathan.