I'm using the listfile processor in Nifi. List+Fetchfile will look in the specified directory for the files . However , The files placed in the directory having a different username and group. In order to Nifi read my files . I have to give 777 permission . then only Nifi is listing and fetching the files to proceed further.Is it possible to specify username in Nifi to use the specific username.For example below . I want to listfiles as user_abc instead of Nifi
For example
-rw-r--r-- 1 user_abc group1 12549 Mar 26 16:04 filename.csv
-rw-r--r-- 1 user_abc group1 12366 Mar 26 16:05 files.csv
Also would it be possible to change the permission 644 to 755 using any processor in Nifi.
user_abc- daggett