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 06-23-2017 12:38 PM
I have set up a simple flow in NiFi 1.1.2:
To reproduce the bug(?):
Is this a known issue? How to fix it?
Created 06-23-2017 12:59 PM
Here is a link to another question about the ListFile processor. I think you might be seeing the same behavior. ListFile processor
Created 06-23-2017 12:59 PM
Here is a link to another question about the ListFile processor. I think you might be seeing the same behavior. ListFile processor
Created 06-23-2017 01:15 PM
Thanks for the quick input - my question got resolved by the link you added. @Matt Clarke writes: "A move operation typically does not update the timestamp, but a copy will.". For my system on Ubuntu 14.04, I need to change the content of the files (i.e. with gedit).
When I solely copy the file in a different folder, rename it, copy with ctrl+c and paste it into the input directory with ctrl+v, the ListFile processor will not list the added file. It works when the file is changed. I guess this behavior should only occur when testing the processor with the same static file like I did...