Hi,
i am running a load process where it has to go thru 1 TB files and only extract 100 MB and loads to HDFS.
but my content repo is 1 TB and getting error on it.
i thought it would start deleting the files once it reaches 50% , which its not doing.
how do i cleanup all the processed files??
nifi.content.repository.archive.max.retention.period=12 hours
nifi.content.repository.archive.max.usage.percentage=50%
can i change the archive.enabled=false and restart nifi will clear up the space.??
Regards,
Sai