- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
ListFile processor is not detecting all new files
- Labels:
-
Apache NiFi
Created on
‎02-27-2020
08:58 AM
- last edited on
‎02-27-2020
12:42 PM
by
ask_bill_brooks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎03-03-2020 10:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
