Created 05-16-2017 10:43 AM
Hi,
I am reading a file using GetFile. If I set KeepSourceFile attribute to true then it keep on reading the file so I reset it to false. After resetting it to false, it removes the file from source after reading it. Is there any way to move the file to some other location once it has been read by GetFile?
Created 05-18-2017 05:11 PM
Yes..It was stopped.
Created 05-18-2017 05:19 PM
Was there are error? What do you see after you click Clear state?
Created on 05-18-2017 05:27 PM - edited 08-18-2019 03:15 AM
There is no error when I clear the state. When I click the "Clear State" link it removes the time-stamp etc entries below is the state after clearing:
Error only occurs when I run the process. And below is the error:
WARN [Timer-Driven Process Thread-7] o.a.nifi.processors.standard.ListFile ListFile[id=1ae3923c-015c-1000-15e4-e29f5b75a0e0] Error collecting attributes for file /root/InputData/, message is Mount point not found
Created 05-18-2017 05:44 PM
So, the Clear state is working.
The warning you are seeing has nothing to do with the state of the processor.
Created 05-19-2017 06:06 AM
Yes.. But how can I remove this warning and why its occuring?
Created 05-19-2017 12:36 PM
What is the OS of the system? How is the partition mounted, xfs, ext4?
Is this a VM or a bare metal server?
What is returned when you run the command "mount"?