Need a quick help plz. I am trying to achieve below flow in Nifi :-
1.Copying raw files from the landing zone to HDFS
2.And once successfully copied to HDFS ,trying to move files from the landing zone (raw) to archive
I am able to copy from landing zone to HDFS using below flow GetSFTP--> FetchSFTP --> PUTHDFS
But unable to move from landing to archive (2nd step)