I have a flume agent which reads from a spool directory source and after some transformation writes to hdfs. Since flume tries to rename the processed files to '.COMPLETED', I'am getting a permission denied exception for writing in the spool directory.
I was wondering how safe it would be to give write permission to sensitive data.
Is there a round about solution for flume to identify the processed files in the spool directory