Hi,
I have use case where I need to remove the files only after Tailfile processor completes tailing the file.
Currently I have , Tailfile --> PutHDFS
then I will list filenames using ListFile--> ExecuteStreamCommand to remove the files from folder
How do we know Tailfile processor completed tailing the file so that we can delete that file?
I cant use Getfile or Listsftp/fetchsftp to delete or move a file.
Thank you for your response.