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...