Hi everyone,
I'm facing an issue with apache Nifi 1.3.0 when trying to extract files from an ftp to store them in AWS S3.
My targeted file's sizes range greatly from very small files (a few Kb) to vers large files (more than 4 Gb).
I'm facing an "java.io.ioexception no space left on device" issue with the errors messages available in the screen provided below in the Bulletin Board.
After reading this article https://community.hortonworks.com/content/kbentry/82308/understanding-how-nifis-content-repository-a... , I tired to decrease the nifi.content.repository.archive.max.retention.period from 12 hours to one and the nifi.content.claim.max.flow.files from 100 ton 10 with no success.
Thanks in advance,