Pablo, You can decrease the following attributes in conf/nifi.properties.
nifi.provenance.repository.max.storage.time The maximum amount of time to keep data provenance information. The default value is 24 hours. nifi.provenance.repository.max.storage.size The maximum amount of data provenance information to store at a time. The default is 1 GB. https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#flowfile-repository Thanks, Lee On Tue, Dec 13, 2016 at 10:43 PM, Pablo Lopez <[email protected]> wrote: > Hi, > > We've been loading quite a few big files through NiFi, but now it looks > that the file disk is full and we get this error in most places and nothing > gets processed. > > "Failed to rollover Provenance Event Log due to java.io.IOException no > space left on device" > > Is there a way to manually delete all the provenance entries from the > repository so we can continue processing? > Also, is there a way to disable data provenance for big files? > > Thanks for your help, > Pablo. >
