Created on 02-27-2020 08:58 AM - last edited on 02-27-2020 12:42 PM by ask_bill_brooks
I have triggered dataflow and its running everyday. For 1st run, ListFile is able to list files and pass it on to next starge FetchFile. But when i touch file in my input directory, ListFile is unable to list those files.
Created 03-03-2020 10:28 PM
This problem should be solved in NiFi 1.8.0.
I tested the scenario in MiNiFi 0.5.0 (based on NiFi 1.7.0). After I executed
find . -exec touch -m {} +
ListFile would list files again.
Ref:https://stackoverflow.com/questions/51088169/nifi-listfile-processor-is-not-detecting-file-changes-s...
View solution in original post